This commit was manufactured by cvs2svn to create tag 'r211c1'.
[python/dscho.git] / Lib / test / test_longexp.py
blob243b28a38bafaad57c18cbc9334879a5002d7ca0
1 REPS = 65580
3 l = eval("[" + "2," * REPS + "]")
4 print len(l)