Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-45019: Do some cleanup related to frozen modules. #28319

Merged

Conversation

ericsnowcurrently
Copy link
Member

@ericsnowcurrently ericsnowcurrently commented Sep 13, 2021

There are a few things I missed in gh-27980. This is a follow-up that will make subsequent PRs cleaner. It includes fixes to tests and tools that reference the frozen modules.

(FYI, these changes come from gh-28107. @gvanrossum already reviewed them there.)

https://bugs.python.org/issue45019

@ericsnowcurrently ericsnowcurrently changed the title bpo-45019: Frozen modules cleanup 2 bpo-45019: Do some cleanup related to frozen modules. Sep 13, 2021
@ericsnowcurrently ericsnowcurrently merged commit a2d8c4b into python:main Sep 13, 2021
@ericsnowcurrently ericsnowcurrently deleted the frozen-modules-cleanup-2 branch September 15, 2021 16:21
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants