]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-140638: Add a GC "candidates" stat (GH-141814)
authorBrandt Bucher <brandt@python.org>
Sat, 22 Nov 2025 21:59:14 +0000 (13:59 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Nov 2025 21:59:14 +0000 (21:59 +0000)
commit227b9d326ec7eba35942a4eb451c7db244a33a6c
treeb017d8deda3d463918eddac89ece86bcace9bf32
parent425fd85ca360a39a1a3fb16f09c448cb93ff794a
GH-140638: Add a GC "candidates" stat (GH-141814)
Doc/library/gc.rst
Include/internal/pycore_interp_structs.h
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-20-22-09-22.gh-issue-140638.f6btj0.rst [new file with mode: 0644]
Modules/gcmodule.c
Python/gc.c
Python/gc_free_threading.c