]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
authorDong-hee Na <donghee.na92@gmail.com>
Mon, 16 Mar 2020 14:06:20 +0000 (23:06 +0900)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2020 14:06:20 +0000 (15:06 +0100)
commit87ec86c425a5cd3ad41b831b54c0ce1a0c363f4b
tree8c51144ad1a0b7c88c29e63f1063537096c6c15b
parentc98f87fc330eb40fbcff627dfc50958785a44f35
bpo-37207: Add _PyArg_NoKwnames() helper function (GH-18980)
Include/modsupport.h
Misc/NEWS.d/next/C API/2020-03-14-01-56-03.bpo-37207.R3jaTy.rst [new file with mode: 0644]
Objects/rangeobject.c
Objects/tupleobject.c
Python/getargs.c