summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-12-09 16:22:32 +0100
committerVictor Stinner <victor.stinner@gmail.com>2016-12-09 16:22:32 +0100
commit5abaa2b139fb75a76933fb5437e09021fd080fae (patch)
tree6c58da8c7648f939bcb5b8e50755cf9013d8e00f /Python/ceval.c
parent55ba38a48097e4b21b406cc617df1481727f5c25 (diff)
downloadcpython-git-5abaa2b139fb75a76933fb5437e09021fd080fae.tar.gz
Use PyObject_CallFunctionObjArgs()
Issue #28915: Replace PyObject_CallFunction() with PyObject_CallFunctionObjArgs() when the format string was only made of "O" formats, PyObject* arguments. PyObject_CallFunctionObjArgs() avoids the creation of a temporary tuple and doesn't have to parse a format string.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions