cpython/Lib/test/test_longexp.py
Fred Drake 33438d23fa Charles G. Waldman <cgq@fnal.gov>:
Update the test suite for the changes introduced by the EXTENDED_ARG
opcode.

This closes the regression test changes of SourceForge patch #100893.
2000-08-24 00:35:38 +00:00

5 lines
64 B
Python

REPS = 65580
l = eval("[" + "2," * REPS + "]")
print len(l)