]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
authorDonghee Na <donghee.na@python.org>
Fri, 26 Jan 2024 15:25:16 +0000 (00:25 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jan 2024 15:25:16 +0000 (00:25 +0900)
commit699779256ec4d4b8afb8211de08ef1382c78c370
tree34b4bbdf255c6a4304dbb19399b28d5f6e351651
parent504334c7be5a56237df2598d338cd494a42fca4c
gh-111968: Unify freelist naming schema to Eric's suggestion (gh-114581)
Include/internal/pycore_freelist.h
Objects/floatobject.c
Objects/genobject.c
Objects/listobject.c
Objects/sliceobject.c
Objects/tupleobject.c
Python/context.c
Python/object_stack.c