Skip to content

[3.12] gh-118272: Clear generator frame's locals when the generator is closed - #118451

Merged
iritkatriel merged 2 commits into
python:3.12from
iritkatriel:backport-3.12
May 2, 2024
Merged

[3.12] gh-118272: Clear generator frame's locals when the generator is closed#118451
iritkatriel merged 2 commits into
python:3.12from
iritkatriel:backport-3.12

Conversation

@iritkatriel

@iritkatrieliritkatriel commented Apr 30, 2024

Copy link
Copy Markdown
Member

@iritkatrieliritkatriel added type-bug An unexpected behavior, bug, or error interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Apr 30, 2024
@iritkatrieliritkatriel changed the title gh-118272: Clear generator frame's locals when the generator is closed[3.12] gh-118272: Clear generator frame's locals when the generator is closedApr 30, 2024
Comment threadPython/frame.c Outdated
@bedevere-app

Copy link
Copy Markdown

When you're done making the requested changes, leave the comment: I have made the requested changes; please review again.

And if you don't make the requested changes, you will be poked with soft cushions!

@iritkatriel

Copy link
Copy Markdown
MemberAuthor

I have made the requested changes; please review again.

@bedevere-app

Copy link
Copy Markdown

Thanks for making the requested changes!

@markshannon: please review the changes made to this pull request.

@bedevere-app
bedevere-appBot requested a review from markshannonMay 1, 2024 17:16
@iritkatriel
iritkatriel merged commit 238efbe into python:3.12May 2, 2024
iritkatriel added a commit to iritkatriel/cpython that referenced this pull request Jun 13, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

interpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@iritkatriel@markshannon