[issue28243] Performance regression in functools.partial()

Serhiy Storchaka report at bugs.python.org
Thu Sep 22 17:06:32 EDT 2016


Serhiy Storchaka added the comment:

With using all optimizations enabled the difference is much smaller if not disappeared.

Python 3.5:  Median +- std dev: 423 ns +- 9 ns
Python 3.7:  Median +- std dev: 427 ns +- 13 ns

----------

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


More information about the Python-bugs-list mailing list