-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Fix #1890: set sys.argv[0] to the setup.py path in the setuptools shim #5936
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
Fix #1890: set sys.argv[0] to the setup.py path in the setuptools shim #5936
Conversation
|
Wasn’t able to test locally because of too many errors after cloning the repository; see #5937. |
|
You forgot a number or references to |
|
pradyunsg
left a comment
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.
LGTM.
|
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
|
@bertilhatt @pypa/pip-committers I have rebased (and did some squashing along the way) this PR against the current master in this branch on my fork Could a maintainer force-push my changes to the original PR branch so that this can be merged? Here's how to do that: @bertilhatt If you want to do it yourself, you can skip the first two lines and start at |
0b3c811 to
1ddafa5
Compare
|
@pganssle I did what you requested. Thanks! |
|
Ugh, I seem to have broken things in my rebase because I accidentally converted @cjerdonek I've force-pushed a fixed version to my branch that hopefully fixes this. Sorry about that, you should be able to |
1ddafa5 to
844f4f6
Compare
|
Done. |
|
Hello! I am an automated bot and I have noticed that this pull request is not currently able to be merged. If you are able to either merge the |
844f4f6 to
3e93e56
Compare
|
@pradyunsg @pganssle Could either of you take a look at this again before it's merged? It's been several months and a couple rebases before either of you gave the first okay. |
|
LGTM. @cjerdonek Let's merge if you think this is good to go. :) |
c4218c7 to
8133616
Compare
8133616 to
82aaf94
Compare
82aaf94 to
b47da27
Compare
|
Thanks for your work on this, @bertilhatt, and for your patience! |
Why
Addressing #1890
How
Switch
%pattern to.format()