mirror of
https://github.com/python/cpython.git
synced 2024-12-26 02:04:24 +08:00
33438d23fa
Update the test suite for the changes introduced by the EXTENDED_ARG opcode. This closes the regression test changes of SourceForge patch #100893.
5 lines
64 B
Python
5 lines
64 B
Python
REPS = 65580
|
|
|
|
l = eval("[" + "2," * REPS + "]")
|
|
print len(l)
|