aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Python/frozen_modules/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Python/frozen_modules/README.txt')
-rw-r--r--contrib/tools/python3/Python/frozen_modules/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tools/python3/Python/frozen_modules/README.txt b/contrib/tools/python3/Python/frozen_modules/README.txt
new file mode 100644
index 0000000000..795bb0efad
--- /dev/null
+++ b/contrib/tools/python3/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/build/freeze_modules.py for more info.