]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Jul 2022 15:41:22 +0000 (08:41 -0700)
committerGitHub <noreply@github.com>
Mon, 18 Jul 2022 15:41:22 +0000 (08:41 -0700)
commitec6ed6681d7334f2694ca62c035a8fe6b2b60ab3
tree52baff3512c59592f0bb305710439e875459b318
parenta914fa979e0d6043da4b591e02d2b99d26853411
gh-94930: skipitem() in getargs.c should return non-NULL on error (GH-94931)

(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