This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, mark.dickinson, skrah
Date 2010-11-08.16:03:30
SpamBayes Score 0.07422063
Marked as misclassified No
Message-id <1289232226.59.0.0978918355339.issue10356@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-11-08 16:03:46amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mark.dickinson, skrah
2010-11-08 16:03:46amaury.forgeotdarcsetmessageid: <1289232226.59.0.0978918355339.issue10356@psf.upfronthosting.co.za>
2010-11-08 16:03:31amaury.forgeotdarclinkissue10356 messages
2010-11-08 16:03:30amaury.forgeotdarccreate