]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30285: Optimize case-insensitive matching and searching (#1482)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 9 May 2017 20:37:14 +0000 (23:37 +0300)
committerGitHub <noreply@github.com>
Tue, 9 May 2017 20:37:14 +0000 (23:37 +0300)
commit6d336a027913327fc042b0d758a16724fea27b9c
treeca511a6c75e340ef3493674b791f05a692e0c9e2
parentf93234bb8a87855f295d441524e519481ce6ab13
bpo-30285: Optimize case-insensitive matching and searching (#1482)

of regular expressions.
Doc/whatsnew/3.7.rst
Lib/sre_compile.py
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c
Modules/clinic/_sre.c.h