commit | 87ec26b812e9c4095c017dc60f246eda37b83ab2 | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nas-github@arctrix.com> | Sat Mar 06 13:34:03 2021 -0800 |
committer | GitHub <noreply@github.com> | Sat Mar 06 13:34:03 2021 -0800 |
tree | 5f690c46fb72f2d2e368c086f7310a46ea6368f1 | |
parent | 5eb7796b7f3aae91b145ccea51b528662f3b5ce1 [diff] |
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.