]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Jul 2018 16:49:17 +0000 (19:49 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 16:49:17 +0000 (19:49 +0300)
commitef19fd200d0768919f1658466f8b6080b191fba0
treecb396ceee187b10b4e55a7468a834a798611fcca
parent6f036bb67d5a20c86c29ea5aeace563e3751baab
[2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255)

(cherry picked from commit 504373c59b48f1ea12132d515459022730db6047)

Also backport tests for skipitem() and handling errors.
Lib/test/test_capi.py
Misc/NEWS.d/next/C API/2018-07-09-11-39-54.bpo-23927.pDFkxb.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Python/getargs.c