Uh oh!
There was an error while loading. Please reload this page.
[3.13] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225) - #135293
Closed
markshannon wants to merge 3 commits into
Closed
[3.13] GH-135171: Fix generator expressions one last time (hopefully) (GH-135225)#135293markshannon wants to merge 3 commits into
markshannon wants to merge 3 commits into
Conversation
serhiy-storchaka
approved these changes
Jun 10, 2025
vstinner
commented
Jun 10, 2025
Member
WASI CI failed: test_email.test_group_quoted_backslashes_in_name() failed with Details |
Yhg1s
commented
Jun 11, 2025
Member
Even with this change, bytecode produced still differs between 3.13.3 and 3.13 head. (Without, I might add, the bytecode magic changing, which is both correct and incorrect: the bytecode produced shouldn't differ if the bytecode is the same, and the bytecode isn't allowed to change in bug fix releases.) So this is definitely not enough to fix the problems in 3.13.4. |
gpshead
commented
Jun 15, 2025
Member
closing in favor of the revert that happened. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto 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.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.