[issue28243] Performance regression in functools.partial()

STINNER Victor report at bugs.python.org
Wed Sep 21 15:11:57 EDT 2016


STINNER Victor added the comment:

The perf regression can be related to the new fastcall calling
convention or the work in ceval.c (new 16-bit regular bytecode, new
CALL_FUNCTION bytecodes).

----------

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


More information about the Python-bugs-list mailing list