]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108362: Incremental Cycle GC (GH-116206)
authorMark Shannon <mark@hotpy.org>
Wed, 20 Mar 2024 08:54:42 +0000 (08:54 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Mar 2024 08:54:42 +0000 (08:54 +0000)
commit15309329b65a285cb7b3071f0f08ac964b61411b
tree83b5be564755d7ea396c76eda29e6d33faf535d9
parentd5ebf8b71fd18d7a1f2f6b670a2c18749dc2b55e
GH-108362: Incremental Cycle GC (GH-116206)
14 files changed:
Doc/whatsnew/3.13.rst
Include/internal/pycore_gc.h
Include/internal/pycore_object.h
Include/internal/pycore_runtime_init.h
Lib/test/test_gc.py
Misc/NEWS.d/next/Core and Builtins/2024-01-07-04-22-51.gh-issue-108362.oB9Gcf.rst [new file with mode: 0644]
Modules/gcmodule.c
Objects/object.c
Objects/structseq.c
Python/gc.c
Python/gc_free_threading.c
Python/import.c
Python/optimizer.c
Tools/gdb/libpython.py