]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100964: Fix reference cycle in exhausted generator frames (#141112)
authorSavannah Ostrowski <savannah@python.org>
Wed, 17 Dec 2025 19:21:45 +0000 (11:21 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Dec 2025 19:21:45 +0000 (19:21 +0000)
commit92243dc62ce10715ab0d9074b23dea5a1bfa9dcc
tree9f8dbc423f16c373ae547843b44bfd0f91cfd2dc
parent25397f9541be89264d35d41a67defcfeaa950844
GH-100964: Fix reference cycle in exhausted generator frames (#141112)
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