]> granicus.if.org Git - python/commit
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 6 Feb 2017 08:41:46 +0000 (10:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 6 Feb 2017 08:41:46 +0000 (10:41 +0200)
commit68a001dd59e2f0c00cb703200e801d0e6be63546
tree78bbb59644b34629569a2f2ccaa2ce40dd48dbb8
parent6aee6fbce8f3d7b8c8eae5d8f88fc2282698a6dc
Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and
_PyArg_NoPositional() now are macros.
Include/modsupport.h
Modules/_operator.c
Objects/setobject.c
Python/getargs.c