]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-140638: Add a GC "duration" stat (GH-141720)
authorBrandt Bucher <brandt@python.org>
Wed, 19 Nov 2025 16:51:39 +0000 (08:51 -0800)
committerGitHub <noreply@github.com>
Wed, 19 Nov 2025 16:51:39 +0000 (08:51 -0800)
commit598d4c64deeec1857614007d1a2f0403508fe047
treeb61e3e5ade003b7172d40850708b6a3b820d1efb
parentb3b63e8d6d296b879fddb5998b50f8c3842ca71c
GH-140638: Add a GC "duration" stat (GH-141720)
Doc/library/gc.rst
Include/internal/pycore_interp_structs.h
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-18-07-45-37.gh-issue-140638.i06qxD.rst [new file with mode: 0644]
Modules/gcmodule.c
Python/gc.c
Python/gc_free_threading.c