]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collectio...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Tue, 19 Nov 2024 09:25:09 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 09:25:09 +0000 (11:25 +0200)
commit899fdb213db6c5881c5f9c6760ead6fd713d2070
treec4e291504c73e8055d02176551beeb39ab47e6ad
parent84f07c3a4cbcfe488ccfb4030571be0bc4de7e45
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983)
21 files changed:
Include/cpython/pystats.h
Include/internal/pycore_dict.h
Include/internal/pycore_frame.h
Include/internal/pycore_gc.h
Include/internal/pycore_object.h
Include/internal/pycore_runtime_init.h
InternalDocs/garbage_collector.md
Lib/test/test_dict.py
Lib/test/test_gc.py
Misc/NEWS.d/next/Core_and_Builtins/2024-11-06-15-22-34.gh-issue-126491.n9VyZc.rst [deleted file]
Modules/_testinternalcapi.c
Objects/dictobject.c
Objects/moduleobject.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/gc.c
Python/gc_free_threading.c
Python/generated_cases.c.h
Python/specialize.c
Tools/scripts/summarize_stats.py