bpo-45019: Do some cleanup related to frozen modules. #28319
Merged
Conversation
… are back in the repo.
ericsnowcurrently
added a commit
that referenced
this issue
Sep 15, 2021
This was missed in PR gh-28319. https://bugs.python.org/issue45019
ericsnowcurrently
added a commit
that referenced
this issue
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
The text was updated successfully, but these errors were encountered: