mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-45949: Pure Python freeze module for cross builds (GH-29899)
This commit is contained in:
parent
a62be77266
commit
eb483c46d6
9 changed files with 205 additions and 115 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue