]> granicus.if.org Git - python/commit
Add _PyArg_NoStackKeywords() helper function
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jan 2017 00:40:01 +0000 (01:40 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jan 2017 00:40:01 +0000 (01:40 +0100)
commit29d39cc8f50f314a62226d69ac014cbd0bd66792
tree62bc43421910c3a85c6599d9077b9e4b1e571bfd
parent6518a93cb1dd9ff971a7455eb1622a4c89da4bb4
Add _PyArg_NoStackKeywords() helper function

Issue #29286. Similar to _PyArg_NoKeywords(), but expects a tuple of keyword
names, instead of a dict.
Include/modsupport.h
Python/getargs.c