]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Jul 2022 15:07:31 +0000 (18:07 +0300)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 15:07:31 +0000 (18:07 +0300)
commit067f0da33506f70c36a67d5f3d8d011c8dae10c9
treec6cf952e26949902479d7729af9da92acdf0ba38
parent2f8bff6879c5d76d143068e8bc867196a7d28afc
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
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