[issue1533] Bug in range() function for large values
Robert Bradshaw
report at bugs.python.org
Thu Feb 21 18:02:09 CET 2008
Robert Bradshaw added the comment:
Yes, the error for xrange is more illustrative of the problem, but just
shows that xrange has this a too. Why should xrange be invalid for
non-word sized values (especially as range works)? Incidentally, just a
week ago I had to write my own iterator for a project because xrange
couldn't handle large values.
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1533>
__________________________________
More information about the Python-bugs-list
mailing list