Perfect your code
With built-in code review tools, GitHub makes it easy to raise the quality bar before you ship. Join the 40 million developers who've merged over 200 million pull requests.
Sign up for free See pricing for teams and enterprisesbpo-39033: Fix NameError in zipimport during hash validation #17588
Conversation
|
Nice catch from the issuer :) Looks good to me! |
|
Nice catch! At some point we should probably just search the entire code base for references to "boostrap"... |
This comment has been minimized.
This comment has been minimized.
|
Thanks Nick. I think this can be backported to 3.8 too. This changes the importlib header file and I guess it's allowed to change between bug fix versions. |
This comment has been minimized.
This comment has been minimized.
|
@tirkarthi yes, the header files can change in bugfix releases. But it does mean backporting will have to be done in manual PRs to get the right bytecode. |
This comment has been minimized.
This comment has been minimized.
|
Ah yes, thanks Brett I will make a manual backport with the generated header file. |
…H-17588) (GH-17642) Fix `NameError` in `zipimport` during hash validation and add a regression test. (cherry picked from commit 79f02fe) https://bugs.python.org/issue39033
tirkarthi commentedDec 13, 2019
•
edited by bedevere-bot
Fix
NameErrorinzipimportduring hash validation and add a regression test.https://bugs.python.org/issue39033