Commit 987f1332 authored by Fredrik Lundh's avatar Fredrik Lundh

SRE 2.1b2: forgot to update one output file (sorry, Fred!)

parent 8bf395f1
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment