[issue22939] integer overflow in iterator object

Raymond Hettinger report at bugs.python.org
Tue Dec 9 17:03:24 CET 2014


Raymond Hettinger added the comment:

> The call to PySequence_GetItem() may be expensive, and we have to drop
> the result if an OverflowError is raised after the call.

You do realize that this error will be very rare and therefore inconsequential.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22939>
_______________________________________


More information about the Python-bugs-list mailing list