]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Nov 2023 18:11:09 +0000 (20:11 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 18:11:09 +0000 (18:11 +0000)
commit581b24415525f10ca178d5537e9cbd7558ce938a
tree0f6d6e02127f47c15ec280b8452761896b9cd49a
parent6d9b1819b84a0285ed706d11b1f7060ddf141355
[3.11] gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439) (GH-112461)

(cherry picked from commit 4eea1e82369fbf7a795d1956e7a8212a1b58009f)
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]
Python/getargs.c