]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Sat, 28 Mar 2026 00:01:01 +0000 (05:01 +0500)
committerGitHub <noreply@github.com>
Sat, 28 Mar 2026 00:01:01 +0000 (00:01 +0000)
commita933e9ccee6d3c6753dbb23c38a9c576cc70c33c
treef08b43fa8ee2dc1e9d47da6847d5712a0da13146
parenta5b9d60a69d9ca281f956d5ec48fcaededd1b94b
GH-145247: Use _PyTuple_FromPair[Steal] in Objects (#145884)

Co-authored-by: Victor Stinner <vstinner@python.org>
Objects/codeobject.c
Objects/dictobject.c
Objects/enumobject.c
Objects/floatobject.c
Objects/frameobject.c
Objects/listobject.c
Objects/longobject.c
Objects/odictobject.c
Objects/stringlib/unicode_format.h
Objects/typeobject.c
Objects/typevarobject.c