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 serhiy.storchaka
Recipients congma, mark.dickinson, realead, rhettinger, serhiy.storchaka, tim.peters
Date 2021-06-11.18:21:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623435689.74.0.258731493559.issue43475@roundup.psfhosted.org>
In-reply-to
Content
There is an error in the Python implementation of Decimal.__hash__. It calls super().__hash__(), but the C implementation calls object.__hash__().

Also, the documentation for floating point hash has the same error.
History
Date User Action Args
2021-06-11 18:21:29serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, realead, congma
2021-06-11 18:21:29serhiy.storchakasetmessageid: <1623435689.74.0.258731493559.issue43475@roundup.psfhosted.org>
2021-06-11 18:21:29serhiy.storchakalinkissue43475 messages
2021-06-11 18:21:29serhiy.storchakacreate