summaryrefslogtreecommitdiff
path: root/Python/pystate.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-08-19 16:44:19 +0200
committerVictor Stinner <victor.stinner@gmail.com>2016-08-19 16:44:19 +0200
commit8880708f8149856b99abf480f913760a64203c39 (patch)
tree003c1165bd7811b2a3fc706267540a42365d4799 /Python/pystate.c
parent3f745bf1d90a75a0e3df5ba4d59b3ffbb71e3ebc (diff)
downloadcpython-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/pystate.c')
0 files changed, 0 insertions, 0 deletions