mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
754140e163
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.
6 lines
62 B
Python
6 lines
62 B
Python
|
|
REPS = 65580
|
|
|
|
l = eval("[" + "2," * REPS + "]")
|
|
print len(l)
|