REPS = 65580

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


syntax highlighted by Code2HTML, v. 0.9.1