Mark Dickinson <[EMAIL PROTECTED]> added the comment:
So with this patch, range(10**100) produces an OverflowError: is that
right?
I don't much like this aspect of the change: there are uses for
for i in range(ridiculously_large_number):
...
if condition_that_occurs_early_in_practice:
break
----------
nosy: +marketdickinson
__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2690>
__________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com