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 jdemeyer
Recipients jdemeyer, ncoghlan, rhettinger
Date 2018-06-22.13:54:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529675642.14.0.56676864532.issue33939@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, there is a precedent for OverflowError on infinities:

>>> import math
>>> int(math.inf)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OverflowError: cannot convert float infinity to integer
History
Date User Action Args
2018-06-22 13:54:02jdemeyersetrecipients: + jdemeyer, rhettinger, ncoghlan
2018-06-22 13:54:02jdemeyersetmessageid: <1529675642.14.0.56676864532.issue33939@psf.upfronthosting.co.za>
2018-06-22 13:54:02jdemeyerlinkissue33939 messages
2018-06-22 13:54:02jdemeyercreate