]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 17 Jul 2022 05:23:37 +0000 (08:23 +0300)
committerGitHub <noreply@github.com>
Sun, 17 Jul 2022 05:23:37 +0000 (08:23 +0300)
commit107c21c5d56682320b38c01b5575c1604a429239
tree928924bae5395e98aae74891f298451741e4e3f5
parent30f28ac296e506b336e0ab56c41422a53c36d0c2
gh-94864: Fix PyArg_Parse* with deprecated format units "u" and "Z" (GH-94902)

It returned 1 (success) when warnings are turned into exceptions.
Lib/test/test_getargs2.py
Misc/NEWS.d/next/C API/2022-07-16-14-57-23.gh-issue-94864.Pb41ab.rst [new file with mode: 0644]
Python/getargs.c