Sign in
android
/
toolchain
/
python
/
ae84a862898faeca900605c016751ee46a431ebc
/
.
/
Python-2.7.5
/
Lib
/
test
/
crashers
/
compiler_recursion.py
blob: 4954bdd8f0f9c2c7478c0bce2893917ad3840042 [
file
] [
log
] [
blame
]
"""
The compiler (>= 2.5) recurses happily.
"""
compile
(
'()'
*
9
**
5
,
'?'
,
'exec'
)