]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Jul 2018 16:56:05 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 16:56:05 +0000 (09:56 -0700)
commit48d2aeb009f8e58b1efae00ee0e225951b58737e
treee6302ec258ee00e5321f3ae637449080b36abb3e
parent020f5ab7170836b277ac8fef2ce7438ae0145caf
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)

(cherry picked from commit 504373c59b48f1ea12132d515459022730db6047)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]
Python/getargs.c