diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-15 09:05:11 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-15 09:05:11 +0100 |
commit | 989519add09449166ba5188ca98cdef99f28aa01 (patch) | |
tree | f16a70446f959982076f462c187a6119101c4406 /Python/fileutils.c | |
parent | 966d2dc63343fe13364a3d441ddfe3f1c2baae68 (diff) | |
download | cpython-989519add09449166ba5188ca98cdef99f28aa01.tar.gz |
_asyncio uses _PyObject_CallMethodIdObjArgs()
Issue #28920: Replace _PyObject_CallMethodId(obj, meth, "O", arg) with
_PyObject_CallMethodIdObjArgs(obj, meth, arg, NULL) to avoid
_PyObject_CallMethodId() special case when arg is a tuple.
If arg is a tuple, _PyObject_CallMethodId() unpacks the tuple: obj.meth(*arg).
Diffstat (limited to 'Python/fileutils.c')
0 files changed, 0 insertions, 0 deletions