Plan 9 from Bell Labs’s /usr/web/sources/contrib/jas/root/sys/lib/python2.7/test/crashers/compiler_recursion.py
""" The compiler (>= 2.5) recurses happily. """ compile('()'*9**5, '?', 'exec')