Closed
Description
Bug report
Bug description:
The magic number 3495 of Python 3.11 final is somehow magically disappeared from main branch.
It's there in all 3.11.x:
https://github.com/python/cpython/blob/v3.11.0/Lib/importlib/_bootstrap_external.py#L406
...
https://github.com/python/cpython/blob/v3.11.7/Lib/importlib/_bootstrap_external.py#L406
So not sure how it went missing afterward, bad cherry-picking maybe?
This should be added back to the known values list.
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response