]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Dec 2025 19:48:18 +0000 (20:48 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 19:48:18 +0000 (19:48 +0000)
commit7134b407dc2d425a3e847555cde539c53adf9449
treedcb859b9b46662d2118e95480ce7599dfb7578ce
parent25a94708e515835cd3c94a96d5a1496b84950e16
[3.14] GH-100964: Fix reference cycle in exhausted generator frames (GH-141112) (#142902)

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