]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)
authorSergey Miryanov <sergey.miryanov@gmail.com>
Wed, 11 Mar 2026 21:08:18 +0000 (02:08 +0500)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 21:08:18 +0000 (21:08 +0000)
commitd19de375a204c74ab5f3a28ec42335bae139033d
treec97a2731c14e2edc5b367508ff274c2b297d51a4
parentf062014d3876f1f81c0e60bf861c3460429ac3b4
GH-145247: Use _PyTuple_FromPair in Parser and Python (#145842)

Use _PyTuple_FromPair in Parser and Python
Parser/pegen_errors.c
Python/Python-tokenize.c
Python/_warnings.c
Python/bltinmodule.c
Python/compile.c
Python/hamt.c
Python/marshal.c
Python/pylifecycle.c