]> granicus.if.org Git - python/commitdiff
SRE 2.1b2: forgot to update one output file (sorry, Fred!)
authorFredrik Lundh <fredrik@pythonware.com>
Thu, 22 Mar 2001 23:29:04 +0000 (23:29 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Thu, 22 Mar 2001 23:29:04 +0000 (23:29 +0000)
Lib/test/output/test_sre

index dbb6e9398da6f96db2ec1a660f1b25facf8a406f..6a2dc8cb959b20f5288660811a85b7c7b0ff5906 100644 (file)
@@ -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