]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ivan on IRC in #twisted reported this crasher.
authorArmin Rigo <arigo@tunes.org>
Fri, 6 Feb 2009 11:46:26 +0000 (11:46 +0000)
committerArmin Rigo <arigo@tunes.org>
Fri, 6 Feb 2009 11:46:26 +0000 (11:46 +0000)
Lib/test/crashers/compiler_recursion.py [new file with mode: 0644]

diff --git a/Lib/test/crashers/compiler_recursion.py b/Lib/test/crashers/compiler_recursion.py
new file mode 100644 (file)
index 0000000..4954bdd
--- /dev/null
@@ -0,0 +1,5 @@
+"""
+The compiler (>= 2.5) recurses happily.
+"""
+
+compile('()'*9**5, '?', 'exec')