diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 14:24:02 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 14:24:02 +0100 |
commit | b6ed57d9802c5aa381d72daad894166ef02c6e48 (patch) | |
tree | 7b498d66cfa9f9de17e62a9730ad7e4662f053b2 /Python/dynload_aix.c | |
parent | 070c4d7ca74f00336c1a959e6fabb4700643d70d (diff) | |
download | cpython-git-b6ed57d9802c5aa381d72daad894166ef02c6e48.tar.gz |
Use _PyObject_CallMethodIdObjArgs() in _asyncio
Issue #28915: Replace _PyObject_CallMethodId() with
_PyObject_CallMethodIdObjArgs() when the format string was only made of "O"
formats, PyObject* arguments.
_PyObject_CallMethodIdObjArgs() avoids the creation of a temporary tuple and
doesn't have to parse a format string.
Diffstat (limited to 'Python/dynload_aix.c')
0 files changed, 0 insertions, 0 deletions