SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72150 0 55 Python

bpo-43372: Use _freeze_importlib for regen-frozen. (GH-24759)

This approach ensures the code matches the interpreter version.
Previously, PYTHON_FOR_REGEN was used to generate the code, which might
be wrong. The marshal format for code objects has changed with
bpo-42246, commit 877df851. Update the code and the expected code sizes
in ctypes test_frozentable.
N
Neil Schemenauer committed
87ec26b812e9c4095c017dc60f246eda37b83ab2
Parent: 5eb7796
Committed by GitHub <noreply@github.com> on 3/6/2021, 9:34:03 PM