]> granicus.if.org Git - python/commit
Add _PyArg_ParseStack() helper function
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jan 2017 00:29:49 +0000 (01:29 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 17 Jan 2017 00:29:49 +0000 (01:29 +0100)
commit6518a93cb1dd9ff971a7455eb1622a4c89da4bb4
tree21e6d8b15110178e4c35e53299e1bf615cbde662
parent3e1fad6913689f1cbb08657ee5f65439a4639303
Add _PyArg_ParseStack() helper function

Issue #29286. Function similar to PyArg_ParseTuple(), but uses a C array of
PyObject* to pass arguments. Don't support the compatibility mode.
Include/modsupport.h
Python/getargs.c