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 PedanticHacker
Recipients PedanticHacker, christian.heimes, mark.dickinson, rhettinger, scoder, steven.daprano, tim.peters
Date 2021-05-06.12:02:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620302520.24.0.464534078482.issue44054@roundup.psfhosted.org>
In-reply-to
Content
I would compare it like this:

>>> from decimal import Decimal
>>> 2**53 + 1 == Decimal(2**53 + 1)
True
History
Date User Action Args
2021-05-06 12:02:00PedanticHackersetrecipients: + PedanticHacker, tim.peters, rhettinger, mark.dickinson, scoder, christian.heimes, steven.daprano
2021-05-06 12:02:00PedanticHackersetmessageid: <1620302520.24.0.464534078482.issue44054@roundup.psfhosted.org>
2021-05-06 12:02:00PedanticHackerlinkissue44054 messages
2021-05-06 12:02:00PedanticHackercreate