[issue30509] Optimize calling type slots

Serhiy Storchaka report at bugs.python.org
Tue May 30 03:06:44 EDT 2017


Serhiy Storchaka added the comment:

I have other patch that makes `a + b` yet tens percents faster, faster than `a.__add__(b)`, by adding functions and declarations that are never used. Confusing.

----------

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


More information about the Python-bugs-list mailing list