[issue32226] Implement PEP 560: Core support for typing module and generic types

Ivan Levkivskyi report at bugs.python.org
Thu Dec 14 18:43:25 EST 2017


Ivan Levkivskyi <levkivskyi at gmail.com> added the comment:

Interesting. I have noticed similar when I tried to add a fast loop proposed by Serhiy. It should save at least one pointer comparison for base class, but sometimes it actually led to slow-downs (although very small). How can one fight this kind of problems?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32226>
_______________________________________


More information about the Python-bugs-list mailing list