Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Python/frozen_modules/README.txt
12 views
1
This directory contains the generated .h files for all the frozen
2
modules. Python/frozen.c depends on these files.
3
4
Note that, other than the required frozen modules, none of these files
5
are committed into the repo.
6
7
See Tools/build/freeze_modules.py for more info.
8
9