]> granicus.if.org Git - python/commit
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:52:09 +0000 (22:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:52:09 +0000 (22:52 +0200)
commit0f606a636aabe2559525697d0df54ee347f947c0
treee7d5857e5b61efde849793b83e26700d9c4c5e29
parentde6849fcf6e620e398b8434edee5c9447de48e75
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.
Lib/re.py
Misc/NEWS