-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-37616: Fix incorrect zip path for 3.10 prep #14874
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
Conversation
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.
I'm not sure if this fix is correct.
@@ -0,0 +1 @@ | |||
Update `getpath` detect zip path in :mod:`sys.path` |
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.
Please use proper sentences in news entries.
I believe using single backquotes around "getpath" is incorrect (as per https://devguide.python.org/documenting). Also, I think the full file path should be used (instead of just "getpath").
sys.path
is not a module.
b425a05
to
13bde0b
Compare
Should I change the algorithm to replace |
@nsiregar, please resolve the merge conflict. Thank you! |
13bde0b
to
420335e
Compare
@csabella I've resolved the conflict |
420335e
to
d644b66
Compare
d644b66
to
10d41ce
Compare
Update ``Module/getpath.c`` read python zip path if python | ||
version size more than 2 digit. |
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.
Update ``Module/getpath.c`` read python zip path if python | |
version size more than 2 digit. | |
Update ``Module/getpath.c`` to read the stdlib from a zip file when the minor version is more than a single digit. |
The |
working on it |
Since this wasn't merged in time, we went with b4d4aef |
[3.10 prep] fix incorrect zip path
https://bugs.python.org/issue37616