]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested tuples...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Nov 2023 17:57:30 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 17:57:30 +0000 (17:57 +0000)
commit46047bb12b4570adc9f81577568669930e12b590
tree3b9f43ceda6356f4cd3dedd77a9706b55201a6fa
parent3ef75ee5844e11c7bc804499cfc09bfc78abd12b
[3.12] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112460)

(cherry picked from commit 4eea1e82369fbf7a795d1956e7a8212a1b58009f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_capi/test_getargs.py
Misc/NEWS.d/next/C API/2023-11-27-09-44-16.gh-issue-112438.GdNZiI.rst [new file with mode: 0644]
Modules/_testcapi/getargs.c
Python/getargs.c