]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (gh-114899)
authorDonghee Na <donghee.na@python.org>
Sat, 10 Feb 2024 00:57:04 +0000 (09:57 +0900)
committerGitHub <noreply@github.com>
Sat, 10 Feb 2024 00:57:04 +0000 (00:57 +0000)
commitd4d5bae1471788b345155e8e93a2fe4ab92d09dc
tree989f7efdc60aff606679d12b4f1853174dd4365d
parent564385612cdf72c2fa8e629a68225fb2cd3b3d99
gh-111968: Refactor _PyXXX_Fini to integrate with _PyObject_ClearFreeLists (gh-114899)
20 files changed:
Include/internal/pycore_context.h
Include/internal/pycore_floatobject.h
Include/internal/pycore_freelist.h
Include/internal/pycore_gc.h
Include/internal/pycore_genobject.h
Include/internal/pycore_list.h
Include/internal/pycore_object_stack.h
Include/internal/pycore_sliceobject.h
Include/internal/pycore_tuple.h
Objects/floatobject.c
Objects/genobject.c
Objects/listobject.c
Objects/object.c
Objects/sliceobject.c
Objects/tupleobject.c
Python/context.c
Python/gc_free_threading.c
Python/gc_gil.c
Python/pylifecycle.c
Python/pystate.c