Ivan on IRC in #twisted reported this crasher.

This commit is contained in:
Armin Rigo 2009-02-06 11:46:26 +00:00
parent e20f54f542
commit 5561986da3
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
"""
The compiler (>= 2.5) recurses happily.
"""
compile('()'*9**5, '?', 'exec')