[issue28580] Optimize iterating split table values

Serhiy Storchaka report at bugs.python.org
Wed Nov 2 14:37:14 EDT 2016


Serhiy Storchaka added the comment:

I believe the patch doesn't makes iterating split table slower and likely makes it a little faster. The patch adds one additional check, but it removes other checks. Thus this still is an optimization.

But the last patch has an undefined behavior.

----------

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


More information about the Python-bugs-list mailing list