[issue29507] Use FASTCALL in call_method() to avoid temporary tuple

INADA Naoki report at bugs.python.org
Thu Feb 9 05:37:31 EST 2017


INADA Naoki added the comment:

> But PyObject_CallMethod(), _PyObject_CallMethodId(), PyObject_CallMethodObjArgs(), _PyObject_CallMethodIdObjArgs() can use it too.

CallMethod[Id]ObjArgs() can use it easily.
But format support is not so easy.

----------
Added file: http://bugs.python.org/file46603/callmethod.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29507>
_______________________________________


More information about the Python-bugs-list mailing list