-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
gh-125038: redundant GET_ITER instructions are removed from genexpr code #126408
Open
efimov-mikhail
wants to merge
9
commits into
python:main
Choose a base branch
from
efimov-mikhail:issue_125038_get_iter_rework
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
gh-125038: redundant GET_ITER instructions are removed from genexpr code #126408
efimov-mikhail
wants to merge
9
commits into
python:main
from
efimov-mikhail:issue_125038_get_iter_rework
+530
−318
Commits on Nov 6, 2024
-
pythongh-125038: redundant GET_ITER and GET_AITER are removed from ge…
…nexpr code Adds CHECK_ITERABLE instruction. It checks that TOS is iterable or async iterable. Redundant GET_ITER and GET_AITER instructions are removed from generator expression code.
Configuration menu - View commit details
-
Copy full SHA for affb1f8 - Browse repository at this point
Copy the full SHA affb1f8View commit details
Commits on Nov 7, 2024
-
Co-authored-by: Peter Bierma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b089725 - Browse repository at this point
Copy the full SHA b089725View commit details -
Co-authored-by: Peter Bierma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 700b619 - Browse repository at this point
Copy the full SHA 700b619View commit details -
Co-authored-by: Peter Bierma <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5109efa - Browse repository at this point
Copy the full SHA 5109efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e2b38 - Browse repository at this point
Copy the full SHA b9e2b38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30060e5 - Browse repository at this point
Copy the full SHA 30060e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee94916 - Browse repository at this point
Copy the full SHA ee94916View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2770d - Browse repository at this point
Copy the full SHA 6c2770dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6065d84 - Browse repository at this point
Copy the full SHA 6065d84View commit details
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.