cpython/Python/deepfreeze
..
README.txt bpo-45696: Deep-freeze selected modules (GH-29118) 2021-11-10 18:01:53 -08:00

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.