mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00

This gains 10% or more in startup time for `python -c pass` on UNIX-ish systems. The Makefile.pre.in generating code builds on Eric's work for bpo-45020, but the .c file generator is new. Windows version TBD.
6 lines
223 B
Text
6 lines
223 B
Text
This directory contains the generated .c files for all the deep-frozen
|
|
modules. Python/frozen.c depends on these files.
|
|
|
|
None of these files are committed into the repo.
|
|
|
|
See Tools/scripts/freeze_modules.py for more info.
|