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 kulopo
Recipients kulopo
Date 2019-04-18.08:25:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555575915.63.0.127590822512.issue36655@roundup.psfhosted.org>
In-reply-to
Content
>>> a=224847175712806907706081280
>>> b=4294967296
>>> assert int(a*b/b)==int(a)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AssertionError
(a can be exact divided by b)
History
Date User Action Args
2019-04-18 08:25:15kuloposetrecipients: + kulopo
2019-04-18 08:25:15kuloposetmessageid: <1555575915.63.0.127590822512.issue36655@roundup.psfhosted.org>
2019-04-18 08:25:15kulopolinkissue36655 messages
2019-04-18 08:25:15kulopocreate