MemoryError under 2.2b1

Richard Brodie R.Brodie at rl.ac.uk
Fri Nov 2 05:59:17 EST 2001


"wtr" <wtri at wtresearch.de> wrote in message
news:1004688073.78898 at lix-049dz-008.inside.impress.com...
> The following little script ends in a MemoryError
>
>     for j in range(99999999,1000000001):
> MemoryError

>>> print len(xrange(99999999,1000000001))
 900000002





More information about the Python-list mailing list