From: Fredrik Lundh Date: Thu, 22 Mar 2001 23:29:04 +0000 (+0000) Subject: SRE 2.1b2: forgot to update one output file (sorry, Fred!) X-Git-Tag: v2.1b2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=987f1332fe88e47eabdd5ea1c3ffc5c72fe5b585;p=python SRE 2.1b2: forgot to update one output file (sorry, Fred!) --- diff --git a/Lib/test/output/test_sre b/Lib/test/output/test_sre index dbb6e9398d..6a2dc8cb95 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 "", 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