]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126703: Add freelists for list and tuple iterators (GH-128592)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 29 Jan 2025 09:15:24 +0000 (10:15 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 09:15:24 +0000 (09:15 +0000)
commit1a80214f11f1a6ddcea19e2c40719c746a163f02
tree897cb02d8dc761d31e66ebf5f57f3e6d7440c3de
parent41ad2bb2489c4cf9ba4f13401750b3fcdb33937b
gh-126703: Add freelists for list and tuple iterators (GH-128592)
Include/internal/pycore_freelist_state.h
Misc/NEWS.d/next/Core_and_Builtins/2025-01-07-19-26-40.gh-issue-126703.9i-S5t.rst [new file with mode: 0644]
Objects/listobject.c
Objects/object.c
Objects/tupleobject.c