]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Jul 2022 18:57:59 +0000 (11:57 -0700)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2022 18:57:59 +0000 (21:57 +0300)
commit31a390e43f2ea2608c5ec04de7d012df14f16fda
tree8060611d89a8455b79c1beb04e27bb65e8239f60
parent374afb4a4e93d3faafcf1d08fcd650d8ee8798ca
[3.10] gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931) (GH-94963)

(cherry picked from commit 067f0da33506f70c36a67d5f3d8d011c8dae10c9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_getargs2.py
Misc/NEWS.d/next/C API/2022-07-17-18-21-40.gh-issue-94930.gPFGDL.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/getargs.c