summaryrefslogtreecommitdiff
path: root/AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py
blob: 7f00150c9fb187d07c21a43165e5cba4e6f6d4f9 (plain)
1
2
3
4
5
"""
The compiler (>= 2.5) recurses happily.
"""

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