Skip to content

Commit c7c1ca7

Browse files
author
armin.rigo
committed
Ivan on IRC in #twisted reported this crasher.
git-svn-id: http://svn.python.org/projects/python/trunk@69365 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 7ea7caf commit c7c1ca7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
"""
2+
The compiler (>= 2.5) recurses happily.
3+
"""
4+
5+
compile('()'*9**5, '?', 'exec')

0 commit comments

Comments
 (0)