-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
Update the list of magic numbers in launcher #70261
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
Comments
There is a list of magic numbers in PC/launcher.c for mapping magic number to Python version. But it ends on 3.3 (and even only on 3.3a0). Proposed patch updates the list (by values taken from Lib/importlib/_bootstrap_external.py). |
New changeset 1a2cfa52f749 by Steve Dower in branch '3.5': New changeset cf868f77b400 by Steve Dower in branch 'default': |
Thanks! |
Steve, could you please add a comment in Lib/importlib/_bootstrap_external.py about the need to update PC/launcher.c? |
New changeset d921932fe02f by Steve Dower in branch '3.5': New changeset 0fe913de4702 by Steve Dower in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: