]> granicus.if.org Git - python/commit
Issue #24426: Fast searching optimization in regular expressions now works
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2015 11:06:55 +0000 (14:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 21 Jun 2015 11:06:55 +0000 (14:06 +0300)
commit66dc4648fcca725bc48b0c8d7030c107dfeda709
tree188c8a43a54c79340c11cc27997cb4e189eb6922
parent6ee588f14e23206db3c927653956fd35f6ca857a
Issue #24426: Fast searching optimization in regular expressions now works
for patterns that starts with capturing groups.  Fast searching optimization
now can't be disabled at compile time.
Lib/sre_compile.py
Misc/NEWS
Modules/_sre.c
Modules/sre_lib.h