env-windows/tools/Python27/Lib/test/crashers/compiler_recursion.py
2022-08-10 20:32:35 -04:00

6 lines
81 B
Python

"""
The compiler (>= 2.5) recurses happily.
"""
compile('()'*9**5, '?', 'exec')