mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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.
6 lines
62 B
Python
6 lines
62 B
Python
|
|
REPS = 65580
|
|
|
|
l = eval("[" + "2," * REPS + "]")
|
|
print len(l)
|