-
-
Notifications
You must be signed in to change notification settings - Fork 32k
GH-108614: Increase importlib MAGIC for RESUME_CHECK instruction #109247
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's a new commit after the PR has been approved. @iritkatriel: please review the changes made to this pull request. |
Thanks for the review @iritkatriel. |
|
Thanks @vstinner |
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_ONE
andTIER_TWO
from bytecodes.c #108614