mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00

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
20 lines
2 KiB
Text
Generated
20 lines
2 KiB
Text
Generated
# The list of frozen modules with key information.
|
|
# Note that the "check_generated_files" CI job will identify
|
|
# when source files were changed but regen-frozen wasn't run.
|
|
# This file is auto-generated by Tools/scripts/freeze_modules.py.
|
|
module ispkg source frozen checksum
|
|
-------------------------- ----- ------------------------------- ------------------------------- ------------
|
|
_frozen_importlib no <importlib._bootstrap> importlib__bootstrap.h 749d553f858d
|
|
_frozen_importlib_external no <importlib._bootstrap_external> importlib__bootstrap_external.h e4539e6347d7
|
|
zipimport no <zipimport> zipimport.h 374879e5d43d
|
|
abc no <abc> abc.h 5e8df8488f6d
|
|
io no <io> io.h ccc5e057128c
|
|
_collections_abc no <_collections_abc> _collections_abc.h 1d68efc06884
|
|
_sitebuiltins no <_sitebuiltins> _sitebuiltins.h b0e7250b851e
|
|
genericpath no <genericpath> genericpath.h c9d0ff38948c
|
|
ntpath no <ntpath> ntpath.h 15b9b80fa9c2
|
|
posixpath no <posixpath> posixpath.h 3fc077252afd
|
|
stat no <stat> stat.h 27c32a0815c2
|
|
__hello__ no <__hello__> __hello__.h 81ba13956479
|
|
__phello__ YES <__hello__> __hello__.h 81ba13956479
|
|
__phello__.spam no <__hello__> __hello__.h 81ba13956479
|