mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
124eff0225
xrange(), especially for platforms where int and long are different sizes (so sys.maxint isn't actually the theoretical limit for the length of a list, but the largest C int is -- sys.maxint is the largest Python int, which is actually a C long).