-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-43749: Ensure current exe is copied when using venv on windows #25216
bpo-43749: Ensure current exe is copied when using venv on windows #25216
Conversation
454b168
to
57065ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the NEWS file, as I've added the skip-news
label to this PR.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
57065ee
to
0f3da17
Compare
I have made the requested changes; please review again |
Thanks for making the requested changes! @vsajip: please review the changes made to this pull request. |
Thanks @inorton for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Thanks @inorton for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
GH-30033 is a backport of this pull request to the 3.9 branch. |
…ythonGH-25216) Automerge-Triggered-By: GH:vsajip (cherry picked from commit 5d6e463) Co-authored-by: Ian Norton <inorton@gmail.com>
GH-30034 is a backport of this pull request to the 3.10 branch. |
…ythonGH-25216) Automerge-Triggered-By: GH:vsajip (cherry picked from commit 5d6e463) Co-authored-by: Ian Norton <inorton@gmail.com>
https://bugs.python.org/issue43749
Automerge-Triggered-By: GH:vsajip