diff options
Diffstat (limited to 'Python/frozen_modules/README.txt')
-rw-r--r-- | Python/frozen_modules/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Python/frozen_modules/README.txt b/Python/frozen_modules/README.txt new file mode 100644 index 0000000..444167c --- /dev/null +++ b/Python/frozen_modules/README.txt @@ -0,0 +1,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. |