cpython/Python/frozen_modules
Eric Snow 3814e2036d
bpo-45019: Clean up the frozen __hello__ module. (gh-28374)
Here's one more small cleanup that should have been in PR gh-28319. We eliminate stdout side-effects from importing the frozen __hello__ module, and update tests accordingly. We also move the module's source file into Lib/ from Toos/freeze/flag.py.

https://bugs.python.org/issue45019
2021-09-15 14:15:32 -06:00
..
__hello__.h bpo-45019: Clean up the frozen __hello__ module. (gh-28374) 2021-09-15 14:15:32 -06:00
_collections_abc.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
_sitebuiltins.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
abc.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
genericpath.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
importlib__bootstrap.h
importlib__bootstrap_external.h
io.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
MANIFEST bpo-45019: Clean up the frozen __hello__ module. (gh-28374) 2021-09-15 14:15:32 -06:00
ntpath.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
posixpath.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
README.txt bpo-45019: Do some cleanup related to frozen modules. (gh-28319) 2021-09-13 16:18:37 -06:00
stat.h bpo-45020: Freeze some of the modules imported during startup. (gh-28335) 2021-09-15 10:19:30 -06:00
zipimport.h

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.