Message395653
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. |
|
Date |
User |
Action |
Args |
2021-06-11 18:21:29 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, realead, congma |
2021-06-11 18:21:29 | serhiy.storchaka | set | messageid: <1623435689.74.0.258731493559.issue43475@roundup.psfhosted.org> |
2021-06-11 18:21:29 | serhiy.storchaka | link | issue43475 messages |
2021-06-11 18:21:29 | serhiy.storchaka | create | |
|