]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
authorDonghee Na <donghee.na@python.org>
Tue, 9 Jan 2024 23:04:41 +0000 (08:04 +0900)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 23:04:41 +0000 (08:04 +0900)
commit57bdc6c30d2665c2760ff5a88487e57c8b3c397a
treede5a4efb2a25eac14672c6a538ca6e50ae7ed582
parentcdca0ce0ad47604b7007229415817a7a152f7f9a
gh-111968: Introduce _PyFreeListState and _PyFreeListState_GET API (gh-113584)
17 files changed:
Include/internal/pycore_freelist.h [new file with mode: 0644]
Include/internal/pycore_gc.h
Include/internal/pycore_interp.h
Include/internal/pycore_list.h
Include/internal/pycore_pystate.h
Include/internal/pycore_tstate.h
Makefile.pre.in
Objects/listobject.c
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/gc.c
Python/gc_free_threading.c [new file with mode: 0644]
Python/gc_gil.c [new file with mode: 0644]
Python/pylifecycle.c
Python/pystate.c