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

STINNER Victor report at bugs.python.org
Tue Mar 14 17:38:51 EDT 2017


STINNER Victor added the comment:

call_method() of typeobject.c has been optimized by the commit 516b98161a0e88fde85145ead571e13394215f8c. I consider that the initial issue is now fixed.

I created the issue #29811 to discuss optimizing callmethod() of call.c which is more complex.

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list