Uh oh!
There was an error while loading. Please reload this page.
GH-108614: Increase importlib MAGIC for RESUME_CHECK instruction - #109247
Conversation
bedevere-bot
commented
Sep 11, 2023
There's a new commit after the PR has been approved. @iritkatriel: please review the changes made to this pull request. |
vstinner
commented
Sep 11, 2023
Thanks for the review @iritkatriel. |
bedevere-bot
commented
Sep 11, 2023
|
markshannon
commented
Sep 11, 2023
Thanks @vstinner |
vstinner
commented
Sep 11, 2023
It's unfortunate that we have to increase this number during development even before the first alpha version, but well, as shown in the issue, practicability beats purity here 😁 Apparently people still like PYC during alpha releases 😁 Or maybe we could not write PYC nor use them before first beta version? I don't know. For now, the status quo is to update the MAGIC number. |
TIER_ONEandTIER_TWOfrom bytecodes.c #108614