]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-148726: Add heap_size to generational GC (#149195)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Mon, 4 May 2026 21:14:45 +0000 (02:14 +0500)
committerGitHub <noreply@github.com>
Mon, 4 May 2026 21:14:45 +0000 (22:14 +0100)
commite89568f0cbcfd055419cdde5ac1248cb48055f90
tree24a1f53b385582e06b8f6be3a177b017de3935b1
parentde66149f66a365625a7a5fc194935b0f6d6862b9
GH-148726: Add heap_size to generational GC (#149195)
Include/internal/pycore_gc.h
Include/internal/pycore_interp_structs.h
Lib/test/test_gc.py
Lib/test/test_gc_stats.py
Modules/_remote_debugging/clinic/module.c.h
Modules/_remote_debugging/gc_stats.c
Modules/_remote_debugging/module.c
Modules/_testinternalcapi.c
Python/gc.c