]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-117108: Change the size of the GC increment to about 1% of the total heap size...
authorMark Shannon <mark@hotpy.org>
Fri, 22 Mar 2024 18:43:25 +0000 (18:43 +0000)
committerGitHub <noreply@github.com>
Fri, 22 Mar 2024 18:43:25 +0000 (18:43 +0000)
commite28477f214276db941e715eebc8cdfb96c1207d9
tree3eff65768670c3f1ab82f9a6fd68f9c4684e970c
parente2e0b4b4b92694ba894e02b4a66fd87c166ed10f
GH-117108: Change the size of the GC increment to about 1% of the total heap size. (GH-117120)
Include/internal/pycore_gc.h
Lib/test/test_gc.py
Misc/NEWS.d/next/Core and Builtins/2024-03-21-12-10-11.gh-issue-117108._6jIrB.rst [new file with mode: 0644]
Modules/gcmodule.c
Python/gc.c
Python/gc_free_threading.c