aboutsummaryrefslogtreecommitdiff
path: root/Python/frozen_modules/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Python/frozen_modules/README.txt')
-rw-r--r--Python/frozen_modules/README.txt7
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 0000000000..444167cc49
--- /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.