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 terry.reedy
Recipients docs@python, terry.reedy, theme
Date 2014-05-23.21:18:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400879924.0.0.391392290675.issue21559@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.7, it was only *long integers* that could not overflow. In both python 2 and 3, the comment only applys to operations on integers and not to integers converted to floats. Perhaps that could be clarified. If have any example from running Python where (long) integer operations raising OverflowError and there is no issue about the bug, please open one. If there are any issues that describe such exceptions as not bugs, please list them also.
History
Date User Action Args
2014-05-23 21:18:44terry.reedysetrecipients: + terry.reedy, docs@python, theme
2014-05-23 21:18:44terry.reedysetmessageid: <1400879924.0.0.391392290675.issue21559@psf.upfronthosting.co.za>
2014-05-23 21:18:43terry.reedylinkissue21559 messages
2014-05-23 21:18:43terry.reedycreate