bpo-45019: Do some cleanup related to frozen modules. by ericsnowcurrently · Pull Request #28319 · python/cpython

added 18 commits

September 13, 2021 14:10

@ericsnowcurrently

@ericsnowcurrently ericsnowcurrently changed the title bpo-45019: Frozen modules cleanup 2 bpo-45019: Do some cleanup related to frozen modules.

Sep 13, 2021

ericsnowcurrently added a commit that referenced this pull request

Sep 15, 2021
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