mirror of
https://github.com/python/cpython
synced 2024-11-02 10:13:47 +00:00
1863302d61
Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: * check_extension_modules.py * deepfreeze.py * freeze_modules.py * generate_global_objects.py * generate_levenshtein_examples.py * generate_opcode_h.py * generate_re_casefix.py * generate_sre_constants.py * generate_stdlib_module_names.py * generate_token.py * parse_html5_entities.py * smelly.py * stable_abi.py * umarshal.py * update_file.py * verify_ensurepip_wheels.py Update references to these scripts. |
||
---|---|---|
.. | ||
README.txt |
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.