OpenGrok
Cross Reference: compiler_recursion.py
xref
: /
external
/
python
/
cpython2
/
Lib
/
test
/
crashers
/
compiler_recursion.py
Home
|
History
|
Annotate
|
Download
|
only in
crashers
1
"""
2
The compiler (>= 2.5) recurses happily.
3
"""
4
5
compile
(
'()'
*
9
**
5
,
'?'
,
'exec'
)
6