]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)
authorT. Wouters <thomas@python.org>
Mon, 30 Sep 2024 21:27:29 +0000 (14:27 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 21:27:29 +0000 (21:27 +0000)
commite0eb44ad49926dd131dc639f5506c6769e45b4eb
tree200d0b3773a61d1001f4775dada2afd67aa0f0c6
parentbc1fae89af9df3888fab670f83b7aed8afe5a9f5
[3.13] GH-124567: Revert the Incremental GC in 3.13 (#124770)

Revert the incremental GC in 3.13, since it's not clear that without further turning, the benefits outweigh the costs.

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/data/python3.13.abi
Doc/library/gc.rst
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-09-30-21-02-10.gh-issue-124567.tv_B_C.rst [new file with mode: 0644]
Modules/gcmodule.c
Python/gc.c
Python/gc_free_threading.c