]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-118272: Clear generator frame's locals when the generator is closed (#118451)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 2 May 2024 15:22:50 +0000 (16:22 +0100)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 15:22:50 +0000 (16:22 +0100)
commit238efbecab24204f822b1d1611914f5bcb2ae2de
treec4ea5b0a5094613a167746ed4b140d13c2f35040
parentf61de0de649d31a96bacb7625d6a7b98d23b14bb
[3.12] gh-118272: Clear generator frame's locals when the generator is closed (#118451)
Include/internal/pycore_frame.h
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2024-04-30-23-06-10.gh-issue-118272.5ptjk_.rst [new file with mode: 0644]
Objects/genobject.c
Python/frame.c