[issue39737] Speed up list.__eq__ by about 6%

Serhiy Storchaka report at bugs.python.org
Tue Feb 25 13:16:51 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I have doubts that such small change can lead to significant speed up. It is likely a compiler glitch.

But this change makes the code clearer. If you remove a NEWS entry with a doubtful promise I will accept it.

----------

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


More information about the Python-bugs-list mailing list