]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140009: Improve performance of `list_extend_dictitems` by using `PyTuple_FromArray...
authorPieter Eendebak <pieter.eendebak@gmail.com>
Mon, 13 Oct 2025 10:28:25 +0000 (12:28 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 10:28:25 +0000 (15:58 +0530)
commite6aa5152964647e548929a10d2d0fe2a7c5d875a
tree96a3e5a4d0f897a74c1e136596d5bd536f7ca54e
parent0344db8d60621705af88daa7ff65bde063271f99
gh-140009: Improve performance of `list_extend_dictitems` by using `PyTuple_FromArray` (#140010)
Misc/NEWS.d/next/Core_and_Builtins/2025-10-12-18-54-06.gh-issue-140009.-MbFh_.rst [new file with mode: 0644]
Objects/listobject.c