]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:53:48 +0000 (22:53 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:53:48 +0000 (22:53 +0200)
commit969ff726420b108ba98d4616ec3e99a24ea5776a
tree78fa9d82c886d5f74c1f27017851b1b0572672e9
parentfa320aea9c293b4505fb7a2812acb4583498e537
parent0f606a636aabe2559525697d0df54ee347f947c0
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.
Lib/re.py
Misc/NEWS