[issue28243] Performance regression in functools.partial()

STINNER Victor report at bugs.python.org
Mon Mar 6 08:30:38 EST 2017


STINNER Victor added the comment:

> Oh, functools.partial.__call__() doesn't use fastcall yet.

This issue reminded me that I didn't finish to optimize partial_call(): see issue #29735 for a minor optimization.

----------

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


More information about the Python-bugs-list mailing list