diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 16:44:19 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 16:44:19 +0200 |
commit | 8880708f8149856b99abf480f913760a64203c39 (patch) | |
tree | 003c1165bd7811b2a3fc706267540a42365d4799 /Python/pytime.c | |
parent | 3f745bf1d90a75a0e3df5ba4d59b3ffbb71e3ebc (diff) | |
download | cpython-git-8880708f8149856b99abf480f913760a64203c39.tar.gz |
call_function_tail() uses fast call
Issue #27128: Modify call_function_tail() to use _PyObject_FastCall() when args
is not a tuple to avoid the creation of a temporary tuple.
call_function_tail() is used by:
* PyObject_CallFunction()
* PyObject_CallMethod()
* _PyObject_CallMethodId()
Diffstat (limited to 'Python/pytime.c')
0 files changed, 0 insertions, 0 deletions