[issue30509] Optimize calling type slots

Serhiy Storchaka report at bugs.python.org
Tue May 30 02:02:04 EDT 2017


Serhiy Storchaka added the comment:

Despite the fact that `a + b` still is slower than `a.__add__(b)` in 3.7, it is more than 2 times faster than in 2.7 and 3.5.

----------

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


More information about the Python-bugs-list mailing list