]> granicus.if.org Git - python/commit
Fixing bug #817234, which made SRE get into an infinite loop on
authorGustavo Niemeyer <gustavo@niemeyer.net>
Fri, 3 Sep 2004 18:11:59 +0000 (18:11 +0000)
committerGustavo Niemeyer <gustavo@niemeyer.net>
Fri, 3 Sep 2004 18:11:59 +0000 (18:11 +0000)
commit0506c64086e2535335a58b9368d2b940abbf8c11
tree44cdb5b7978f1452156df79ed0b0bbf3b1f13fc8
parenta01a2ee933238dbd3e79bc3b07cfb703d40807a8
Fixing bug #817234, which made SRE get into an infinite loop on
empty final matches with finditer(). New test cases included
for this bug and for #581080.
Lib/test/test_re.py
Modules/_sre.c