]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-145247: Implement _PyTuple_FromPair() (#145325)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Tue, 10 Mar 2026 10:44:20 +0000 (15:44 +0500)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 10:44:20 +0000 (11:44 +0100)
commit478a315b7a22bd09b97431697d0832879631f7f1
tree142ee95d1874d4168aa73fcb328010a1353524e1
parent3f7141dac90d06795293ca2d071198ab6b2318b2
GH-145247: Implement _PyTuple_FromPair() (#145325)

Implement _PyTuple_FromPair() and _PyTuple_FromPairSteal().

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Include/internal/pycore_tuple.h
Lib/test/test_capi/test_tuple.py
Modules/Setup.stdlib.in
Modules/_testinternalcapi.c
Modules/_testinternalcapi/parts.h
Modules/_testinternalcapi/tuple.c [new file with mode: 0644]
Objects/tupleobject.c
PCbuild/_testinternalcapi.vcxproj
PCbuild/_testinternalcapi.vcxproj.filters