]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
authorMark Shannon <mark@hotpy.org>
Thu, 10 Oct 2024 17:19:08 +0000 (18:19 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Oct 2024 17:19:08 +0000 (18:19 +0100)
commitc9014374c50d6ef64786d3e7d9c7e99053d5c9e2
tree0aa842abbebaa90dfbafe985f2ab1fb5688ce45f
parent01fc3b34cc6994bc83b6540da3a8573e79dfbb56
GH-125174: Make immortal objects more robust, following design from PEP 683 (GH-125251)
17 files changed:
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_object.h
Include/object.h
Include/refcount.h
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-12-04-56.gh-issue-125174._8h6T7.rst [new file with mode: 0644]
Modules/_asynciomodule.c
Objects/bytesobject.c
Objects/dictobject.c
Objects/object.c
Objects/structseq.c
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/import.c
Tools/cases_generator/analyzer.py