Serhiy Storchaka <[email protected]> added the comment:
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. ---------- stage: resolved -> status: closed -> open versions: +Python 3.11 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue43475> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
