Files
Android11/external/python/cpython2/Lib/test/crashers/compiler_recursion.py
2023-10-13 14:01:41 +00:00

6 lines
81 B
Python

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