[issue21100] Micro-optimization for tuple comparison

Serhiy Storchaka report at bugs.python.org
Sun Mar 30 14:04:48 CEST 2014


Serhiy Storchaka added the comment:

This patch breaks lexicographic ordering of tuples:

(1, 2) < (1, 2, 0) < (1, 3)

----------

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


More information about the Python-bugs-list mailing list