]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Lib/test/crashers/compiler_recursion.py
AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python...
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Lib / test / crashers / compiler_recursion.py
1 """
2 The compiler (>= 2.5) recurses happily.
3 """
4
5 compile('()'*9**5, '?', 'exec')