summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_sre8
1 files changed, 8 insertions, 0 deletions
diff --git a/Lib/test/output/test_sre b/Lib/test/output/test_sre
index dbb6e93..6a2dc8c 100644
--- a/Lib/test/output/test_sre
+++ b/Lib/test/output/test_sre
@@ -1 +1,9 @@
test_sre
+sre.match(r'(x)*?y', 50000*'x'+'y').span() FAILED
+Traceback (most recent call last):
+ File "../lib/test\test_sre.py", line 18, in test
+ r = eval(expression)
+ File "<string>", line 0, in ?
+ File "c:\pythonware\py21\python-2.1\lib\sre.py", line 52, in match
+ return _compile(pattern, flags).match(string)
+RuntimeError: maximum recursion limit exceeded