]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-100964: Fix reference cycle in exhausted generator frames (G… (#142904)
authorSavannah Ostrowski <savannah@python.org>
Wed, 17 Dec 2025 20:04:53 +0000 (12:04 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 20:04:53 +0000 (20:04 +0000)
commit8f7c4f1cefe63d15cc53e559da12ae3388aa74cd
tree78871b699158458758e46a90470c406ebd7bc567
parentdb552ddb1e47dac65bbaa81a226ace36b508722f
[3.13] GH-100964: Fix reference cycle in exhausted generator frames (G… (#142904)

* [3.13] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112)
(cherry picked from commit 92243dc62ce10715ab0d9074b23dea5a1bfa9dcc)

Co-authored-by: Savannah Ostrowski <savannah@python.org>
Lib/test/test_generators.py
Misc/NEWS.d/next/Core and Builtins/2025-11-06-05-21-25.gh-issue-100964.TxPf1b.rst [new file with mode: 0644]
Python/ceval.c