]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Nov 2023 17:32:55 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Mon, 27 Nov 2023 17:32:55 +0000 (18:32 +0100)
commit4eea1e82369fbf7a795d1956e7a8212a1b58009f
tree09439d67186c0c00b144a4b5683cb365eae404a4
parent812360fddda86d7aff5823f529ab720f57ddc411
gh-112438: Fix support of format units with the "e" prefix in nested tuples in PyArg_Parse (gh-112439)
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