| commit | 6518a93cb1dd9ff971a7455eb1622a4c89da4bb4 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 17 01:29:49 2017 +0100 |
| committer | Victor Stinner <victor.stinner@gmail.com> | Tue Jan 17 01:29:49 2017 +0100 |
| tree | 21e6d8b15110178e4c35e53299e1bf615cbde662 | |
| parent | 3e1fad6913689f1cbb08657ee5f65439a4639303 [diff] |
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.