]> granicus.if.org Git - python/commit
Backported the optimization of compiling charsets in regular expressions
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 11:34:06 +0000 (13:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2014 11:34:06 +0000 (13:34 +0200)
commitc04fcd40bd8fd2c9e427faded617214f8ae18402
tree6367b848c8d446d934ef61a1aefc5922743c1eae
parent34d1597bb72644e137f88fb47ba0b01e9c7dafb8
Backported the optimization of compiling charsets in regular expressions
(issue #19329).  This is needed to apply the patch from issue #17381.
Lib/sre_compile.py
Misc/NEWS