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