diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:21:55 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:21:55 +0100 |
commit | 3bb711998dc3f411b4f8189a8b6fd41901ed6362 (patch) | |
tree | 2ba1b1d2e43afff989424735e2a78e689211d1a7 /Python/pythonrun.c | |
parent | 3b3a7c01bca9729a8e516dc0b045663c72456401 (diff) | |
download | cpython-git-3bb711998dc3f411b4f8189a8b6fd41901ed6362.tar.gz |
Add _PyObject_FastCallVa() helper
Issue #28915: Add _PyObject_FastCallVa() helper to factorize code of functions:
* PyObject_CallFunctionObjArgs()
* PyObject_CallMethodObjArgs()
* _PyObject_CallMethodIdObjArgs()
Inline objargs_mkstack() into _PyObject_FastCallVa(), remove
objargs_mkstack().
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions