Message 395653 - Python tracker
Message395653
| 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: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 | |