]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)
authorMark Shannon <mark@hotpy.org>
Wed, 7 Feb 2024 12:38:34 +0000 (12:38 +0000)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2024 12:38:34 +0000 (12:38 +0000)
commit8a3c499ffe7e15297dd4c0b446a0b97b4d32108a
tree33db486003306c8b0bee15012680642391963977
parentd0322fdf2c1a7292a43959fe5a572d783b88a1c4
GH-108362: Revert "GH-108362: Incremental GC implementation (GH-108038)" (#115132)

Revert "GH-108362: Incremental GC implementation (GH-108038)"

This reverts commit 36518e69d74607e5f094ce55286188e4545a947d.
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 [deleted file]
Modules/gcmodule.c
Objects/object.c
Objects/structseq.c
Python/gc.c
Python/gc_free_threading.c
Python/import.c
Tools/gdb/libpython.py