[issue14794] slice.indices raises OverflowError

Serhiy Storchaka report at bugs.python.org
Fri Nov 2 10:07:48 CET 2012


Serhiy Storchaka added the comment:

This should be an issue on 64-bit too.

slice(0,1,None).indices(sys.maxsize+1)

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list