mirror of
https://github.com/python/cpython.git
synced 2025-07-22 18:55:22 +00:00

Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893.
4 lines
64 B
Python
4 lines
64 B
Python
REPS = 65580
|
|
|
|
l = eval("[" + "2," * REPS + "]")
|
|
print len(l)
|