]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] GH-148726: Forward-port generational GC (#148720)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Sun, 26 Apr 2026 18:12:52 +0000 (23:12 +0500)
committerGitHub <noreply@github.com>
Sun, 26 Apr 2026 18:12:52 +0000 (21:12 +0300)
commit9a7e205e463e424c0ef59085519ffda138e4e15b
tree482adfae276cf91741bd1df8ac879e49a47c5a49
parent78c5e54b4fd5798d8b74b901c34539bb09a5a064
[3.14] GH-148726: Forward-port generational GC (#148720)

Co-authored-by: Neil Schemenauer <nas@arctrix.com>
Co-authored-by: Sergey Miryanov <sergey.miryanov@gmail.com>
Co-authored-by: Zanie Blue <contact@zanie.dev>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Neil Schemenauer <nas-github@arctrix.com>
12 files changed:
Doc/data/python3.14.abi
Doc/library/gc.rst
Include/internal/pycore_gc.h
Include/internal/pycore_interp_structs.h
Include/internal/pycore_runtime_init.h
InternalDocs/garbage_collector.md
Lib/test/_test_gc_fast_cycles.py [deleted file]
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2026-04-17-11-30-00.gh-issue-142516.GcGen315.rst [new file with mode: 0644]
Modules/_testinternalcapi.c
Modules/gcmodule.c
Python/gc.c