]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
authorDonghee Na <donghee.na@python.org>
Fri, 16 Feb 2024 01:01:36 +0000 (10:01 +0900)
committerGitHub <noreply@github.com>
Fri, 16 Feb 2024 01:01:36 +0000 (01:01 +0000)
commit321d13fd2b858d76cd4cbd03e6d8c4cba307449e
treefa0dca34a9aad53cb6b156c88cae5872c77987e8
parent454d7963e31cded1de3a90642da7259848efd232
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
Include/internal/pycore_freelist.h
Objects/dictobject.c
Objects/floatobject.c
Objects/listobject.c
Objects/tupleobject.c
Python/context.c
Python/object_stack.c