Home | History | Annotate | Download | only in crashers
      1 """
      2 The compiler (>= 2.5) recurses happily.
      3 """
      4 
      5 compile('()'*9**5, '?', 'exec')
      6