]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
authorDonghee Na <donghee.na@python.org>
Wed, 14 Feb 2024 00:32:51 +0000 (09:32 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 00:32:51 +0000 (00:32 +0000)
commitf15795c9a0f206b9abfb48007b267d12cd14f4a8
tree1bd6b124e2ab983a921afb1c8ef02995ab39fb8b
parent518af37eb569f52a3daf2cf9f4787deed10754ca
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
19 files changed:
Include/internal/pycore_dict.h
Include/internal/pycore_freelist.h
Include/internal/pycore_interp.h
Include/internal/pycore_object_state.h
Include/internal/pycore_pystate.h
Include/internal/pycore_tstate.h
Objects/dictobject.c
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/object_stack.c
Python/pylifecycle.c
Python/pystate.c