Terry J. Reedy added the comment:

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.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21559>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to