mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
87ec26b812
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.
Miscellaneous source files for the main Python shared library