]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-127010: Don't lazily track and untrack dicts (GH-127027)
authorMark Shannon <mark@hotpy.org>
Wed, 20 Nov 2024 16:41:20 +0000 (16:41 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 16:41:20 +0000 (16:41 +0000)
commitaea0c586d181abb897511b6b46d28bfbe4858f79
treec80958b80c4cf5eeb75898c89b868440a2174b99
parent7191b7662efcd79f2f19821c9b9fa2155df6f698
GH-127010: Don't lazily track and untrack dicts (GH-127027)
12 files changed:
Doc/library/gc.rst
Include/internal/pycore_dict.h
InternalDocs/garbage_collector.md
Lib/test/test_dict.py
Misc/NEWS.d/next/Core_and_Builtins/2024-11-19-17-17-32.gh-issue-127010.9Cl4bb.rst [new file with mode: 0644]
Objects/dictobject.c
Objects/moduleobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/gc.c
Python/gc_free_threading.c
Python/generated_cases.c.h