From 987f1332fe88e47eabdd5ea1c3ffc5c72fe5b585 Mon Sep 17 00:00:00 2001 From: Fredrik Lundh Date: Thu, 22 Mar 2001 23:29:04 +0000 Subject: [PATCH] SRE 2.1b2: forgot to update one output file (sorry, Fred!) --- Lib/test/output/test_sre | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.50.0