]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#144444)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Thu, 12 Mar 2026 12:10:29 +0000 (17:10 +0500)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2026 12:10:29 +0000 (14:10 +0200)
commit705e3ea9d13df81e6b58917827ae03c0204a483e
treedf378dc1668baa604eb5de588a74f3ca48b30eee
parent295f21498ee617e94bd46b29ee20ad8a6d00ee21
[3.14] GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#144444)

Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-07-07-17-26-06.gh-issue-91636.GyHU72.rst [new file with mode: 0644]
Python/gc.c
Python/gc_free_threading.c