]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111489: Add PyTuple_FromArray() function (#139691)
authorVictor Stinner <vstinner@python.org>
Fri, 10 Oct 2025 06:54:12 +0000 (08:54 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 06:54:12 +0000 (08:54 +0200)
commite31c22dbf9b35bdc6b63871f2ca9a0a0d6786b28
tree2c181e4907b4d8a54de5889f07124c171e855d70
parent8f14bddeae8935817166c4f594466f42c9f14139
gh-111489: Add PyTuple_FromArray() function (#139691)
Doc/c-api/tuple.rst
Doc/whatsnew/3.15.rst
Include/cpython/tupleobject.h
Include/internal/pycore_tuple.h
Lib/test/test_capi/test_tuple.py
Misc/NEWS.d/next/C_API/2025-10-07-12-51-32.gh-issue-111489.LCKKlg.rst [new file with mode: 0644]
Modules/_testcapi/tuple.c
Objects/tupleobject.c