index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_longexp.py
blob: c2c26125c86d4da4252a30c2fc8057a5c59723d3 (
plain
) (
blame
)
1
2
3
4
5
REPS = 65580 l = eval("[" + "2," * REPS + "]") print len(l)