[issue30277] Speeds up compiling cases-insensitive regular expressions

Serhiy Storchaka report at bugs.python.org
Fri May 5 03:42:49 EDT 2017


Serhiy Storchaka added the comment:


New changeset 7186cc29be352bed6f1110873283d073fd0643e4 by Serhiy Storchaka in branch 'master':
bpo-30277: Replace _sre.getlower() with _sre.ascii_tolower() and _sre.unicode_tolower(). (#1468)
https://github.com/python/cpython/commit/7186cc29be352bed6f1110873283d073fd0643e4


----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30277>
_______________________________________


More information about the Python-bugs-list mailing list