diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 20:52:09 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-03-16 20:52:09 (GMT) |
commit | 0f606a636aabe2559525697d0df54ee347f947c0 (patch) | |
tree | e7d5857e5b61efde849793b83e26700d9c4c5e29 /Misc | |
parent | de6849fcf6e620e398b8434edee5c9447de48e75 (diff) | |
download | cpython-0f606a636aabe2559525697d0df54ee347f947c0.zip cpython-0f606a636aabe2559525697d0df54ee347f947c0.tar.gz cpython-0f606a636aabe2559525697d0df54ee347f947c0.tar.bz2 |
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -233,6 +233,9 @@ Core and Builtins Library ------- +- Issue #16564: Fixed a performance regression relative to Python 3.1 in the + caching of compiled regular expressions. + - Issue #17431: Fix missing import of BytesFeedParser in email.parser. - Issue #1285086: Get rid of the refcounting hack and speed up |