-
-
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: Crash after genexpr.gi_frame.f_locals manipulations is fixed #125178
Merged
JelleZijlstra
merged 11 commits into
python:main
from
efimov-mikhail:crash_fix_generators_f_locals
Oct 22, 2024
Merged
gh-125038: Crash after genexpr.gi_frame.f_locals manipulations is fixed #125178
JelleZijlstra
merged 11 commits into
python:main
from
efimov-mikhail:crash_fix_generators_f_locals
Oct 22, 2024
Commits on Oct 9, 2024
-
pythongh-125038: Crash after genexpr.gi_frame.f_locals manipulations …
…is fixed Some iterator checks are added for _FOR_ITER, _FOR_ITER_TIER_TWO and INSTRUMENTED_FOR_ITER bytecode implementations. TypeError is raised in case of tp_iternext == NULL. Tests on generator modifying through gi_frame.f_locals are added, both to genexpr generators and function generators.
Configuration menu - View commit details
-
Copy full SHA for 3dd0feb - Browse repository at this point
Copy the full SHA 3dd0febView commit details -
Update Misc/NEWS.d/next/Core_and_Builtins/2024-10-09-13-53-50.gh-issu…
…e-125038.ffSLCz.rst Co-authored-by: Kirill Podoprigora <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f54918c - Browse repository at this point
Copy the full SHA f54918cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9665d13 - Browse repository at this point
Copy the full SHA 9665d13View commit details
Commits on Oct 15, 2024
-
pythongh-125038: Changes in tests on generator modifying
New tests are moved back to test_generators.py. Tests on generator creation via FunctionType from gi_code are added.
Configuration menu - View commit details
-
Copy full SHA for 233f6b6 - Browse repository at this point
Copy the full SHA 233f6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca04eef - Browse repository at this point
Copy the full SHA ca04eefView commit details -
Configuration menu - View commit details
-
Copy full SHA for b94d5c4 - Browse repository at this point
Copy the full SHA b94d5c4View commit details
Commits on Oct 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 385b389 - Browse repository at this point
Copy the full SHA 385b389View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aa00b4 - Browse repository at this point
Copy the full SHA 7aa00b4View commit details
Commits on Oct 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 890b936 - Browse repository at this point
Copy the full SHA 890b936View commit details -
Configuration menu - View commit details
-
Copy full SHA for d75a476 - Browse repository at this point
Copy the full SHA d75a476View commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f93e8cd - Browse repository at this point
Copy the full SHA f93e8cdView 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.