cpython/Lib/test/test_longexp.py
Andrew MacIntyre 754140e163 Tim_one's change to aggressively overallocate nodes when adding child
nodes (in Parser/node.c) resolves the gross memory consumption
exhibited by the EMX runtime on OS/2, so the test should be exercised
on this platform.
2002-07-15 12:03:19 +00:00

6 lines
62 B
Python

REPS = 65580
l = eval("[" + "2," * REPS + "]")
print len(l)