Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

It's not about the hash value, but about consistency: help(Decimal.__hash__) 
says "x.__hash__() <==> hash(x)", but this is not true for x=Decimal(-1).

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to