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

This commit is contained in:
Fredrik Lundh 2001-03-22 23:29:04 +00:00
parent 8bf395f1aa
commit 987f1332fe
1 changed files with 8 additions and 0 deletions

View 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