]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-148726: Add heap_size to _gc_runtime_state (#149025)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Wed, 29 Apr 2026 10:04:11 +0000 (15:04 +0500)
committerGitHub <noreply@github.com>
Wed, 29 Apr 2026 10:04:11 +0000 (13:04 +0300)
commit4d0ae4cba98597ed18cd65b15954be267f7974c1
tree7118e7658ad2580d5af21b8674e6c392319d51b5
parent4994367796dad8b2c606ebb6e4a53de19662094c
[3.14] GH-148726: Add heap_size to _gc_runtime_state (#149025)
Doc/data/python3.14.abi
Include/internal/pycore_gc.h
Include/internal/pycore_interp_structs.h
Lib/test/test_gc.py
Modules/_testinternalcapi.c
Python/gc.c