aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/src/Python/frozen_modules/README.txt
blob: 444167cc496af345d313e9109609728d4aaa11b4 (plain) (blame)
1
2
3
4
5
6
7
This directory contains the generated .h files for all the frozen
modules.  Python/frozen.c depends on these files.

Note that, other than the required frozen modules, none of these files
are committed into the repo.

See Tools/scripts/freeze_modules.py for more info.