8000 gh-125723: Fix crash with f_locals when generator frame outlive their generator by efimov-mikhail · Pull Request #126956 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-125723: Fix crash with f_locals when generator frame outlive their generator #126956

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

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Core_and_Builtins/2024-11-18-12-17-45.gh-issu…
…e-125723.tW_hFG.rst

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
  • Loading branch information
efimov-mikhail and ncoghlan authored Jan 22, 2025
commit 38423a2fed4e584572a80c3eeebc399c8b18e225
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix crash with ``gi_frame.f_locals`` when generator frame outlive their
Fix crash with ``gi_frame.f_locals`` when generator frames outlive their
generator. Patch by Mikhail Efimov.
Loading
0