[issue29465] Add _PyObject_FastCall() to reduce stack consumption
STINNER Victor
report at bugs.python.org
Tue Feb 7 05:16:13 EST 2017
STINNER Victor added the comment:
Oh, pyobject_fastcall-3.patch contains a performance bug :-p PyObject_Call() "unpacks" the tuple and then recreates a new tuple to call functions in for functions other than Python and C functions.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29465>
_______________________________________
More information about the Python-bugs-list
mailing list