Staging
v0.8.1
Revision 4ed35fc4f31ebbdb25ba5e1291de77f4095c33d0 authored by Martin Panter on 10 October 2015, 10:52:35 UTC, committed by Martin Panter on 10 October 2015, 10:52:35 UTC
1 parent dab305e
Raw File
compiler_recursion.py
"""
The compiler (>= 2.5) recurses happily.
"""

compile('()'*9**5, '?', 'exec')
back to top