index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
test
/
crashers
/
compiler_recursion.py
blob: 4954bdd8f0f9c2c7478c0bce2893917ad3840042 (
plain
)
1
2
3
4
5
""" The compiler (>= 2.5) recurses happily. """ compile('()'*9**5, '?', 'exec')