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 mark.dickinson
Recipients mark.dickinson, skrah
Date 2010-04-02.10:36:57
SpamBayes Score 0.013113349
Marked as misclassified No
Message-id <1270204620.35.0.305156378836.issue7279@psf.upfronthosting.co.za>
In-reply-to
Content
Allowed hashing of Decimal('nan') in r79589;  Decimal('snan') continues to raise TypeError.

I've also rewritten Decimal.__hash__ a little bit, so that it won't care if float('inf') raises an exception.  This will all be much neater if the unified numeric hash is applied.
History
Date User Action Args
2010-04-02 10:37:00mark.dickinsonsetrecipients: + mark.dickinson, skrah
2010-04-02 10:37:00mark.dickinsonsetmessageid: <1270204620.35.0.305156378836.issue7279@psf.upfronthosting.co.za>
2010-04-02 10:36:58mark.dickinsonlinkissue7279 messages
2010-04-02 10:36:58mark.dickinsoncreate