[issue10042] total_ordering

Nick Coghlan report at bugs.python.org
Sat Jul 16 14:44:57 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Also, a note regarding efficiency: as it calls the underlying methods directly and avoids recursing through the full operand coercion machinery, I would actually expect this approach to run faster than the current implementation.

----------

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


More information about the Python-bugs-list mailing list