[issue1533] Bug in range() function for large values

Robert Bradshaw report at bugs.python.org
Sat Dec 1 02:42:03 CET 2007


Robert Bradshaw added the comment:

Yes, that is a workaround, but 

range(MyInt(n), MyInt(n+10))

should work for any valid value of n, not just some of them.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1533>
__________________________________


More information about the Python-bugs-list mailing list