bpo-45949: Pure Python freeze module for cross builds (GH-29899)

This commit is contained in:
Christian Heimes 2021-12-13 21:48:46 +02:00 committed by GitHub
parent a62be77266
commit eb483c46d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 205 additions and 115 deletions

View file

@ -5,6 +5,8 @@
This is used directly by Tools/scripts/freeze_modules.py, and indirectly by "make regen-frozen".
See Python/frozen.c for more info.
Keep this file in sync with Programs/_freeze_module.py.
*/
#include <Python.h>