Remove a ?? in the description of Mac OS support.
[python/dscho.git] / Lib / test / test_longexp.py
blob2d57285df585b50235e0eefc1833f20e73459f1b
1 REPS = 65580
3 l = eval("[" + "2," * REPS + "]")
4 print len(l)