0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
cpython/Programs
Eric Snow 044e8d866f
bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980)
Frozen modules must be added to several files in order to work properly. Before this change this had to be done manually. Here we add a tool to generate the relevant lines in those files instead. This helps us avoid mistakes and omissions.

https://bugs.python.org/issue45019
2021-08-30 17:25:11 -06:00
..
_freeze_module.c bpo-45019: Add a tool to generate list of modules to include for frozen modules (gh-27980) 2021-08-30 17:25:11 -06:00
_testembed.c
freeze_test_frozenmain.py
python.c
README
test_frozenmain.h
test_frozenmain.py

Source files for binary executables (as opposed to shared modules)