compiler_recursion.py 81 Bytes
Newer Older
Benjamin Peterson's avatar
Benjamin Peterson committed
1 2 3 4 5
"""
The compiler (>= 2.5) recurses happily.
"""

compile('()'*9**5, '?', 'exec')