mirror of
https://github.com/python/cpython.git
synced 2025-07-13 06:15:17 +00:00

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.
5 lines
62 B
Python
5 lines
62 B
Python
|
|
REPS = 65580
|
|
|
|
l = eval("[" + "2," * REPS + "]")
|
|
print len(l)
|