[issue1549] Regression with __hash__ definition and rich comparison operators

Thomas Herve report at bugs.python.org
Mon Dec 3 22:23:39 CET 2007


Thomas Herve added the comment:

There are different ways to fix this. Reverting r59016 is one of them,
but I guess it's not an acceptable solution :).

>From what I understand of the changes, removing the operations (__lt__,
__gt__, __le__, __ge__) from the name_op array would fix this. But I
have to understand why they have been put in there in the first place.

I'll try tomorrow, you assign this to me if you want.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1549>
__________________________________


More information about the Python-bugs-list mailing list