]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108362: Incremental GC implementation (GH-108038)
authorMark Shannon <mark@hotpy.org>
Mon, 5 Feb 2024 18:28:51 +0000 (18:28 +0000)
committerGitHub <noreply@github.com>
Mon, 5 Feb 2024 18:28:51 +0000 (18:28 +0000)
commit36518e69d74607e5f094ce55286188e4545a947d
treeb031b3cb351b68e5bee0ad4bf346fd958b2b9307
parentb4ba0f73d6eef3da321bb96aafd09dfbc572e95d
GH-108362: Incremental GC implementation (GH-108038)
13 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
Tools/gdb/libpython.py