]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126703: Add freelist for PyComplexObject's (gh-135233)
authorSergey B Kirpichev <skirpichev@gmail.com>
Fri, 13 Jun 2025 13:32:26 +0000 (16:32 +0300)
committerGitHub <noreply@github.com>
Fri, 13 Jun 2025 13:32:26 +0000 (22:32 +0900)
commitc646846c1e8f60e52b636b68bfd0df5e84229098
tree6f7f1c0c06a607caa7bb634581750d259c21f7f7
parenteed827ed091c6e55f11164046d287a76e30fbc0e
gh-126703: Add freelist for PyComplexObject's (gh-135233)
Include/internal/pycore_freelist_state.h
Objects/complexobject.c
Objects/object.c