]> 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:55:04 +0000 (22:55 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Mar 2013 20:55:04 +0000 (22:55 +0200)
commitf5efe3b7960fddb5574df976d6fccbdbc11cbb09
treef986f2e06d7966cbb1520a7a0fdfc28b54b94e0e
parentb6fbd46a150b40b2f014a18ea3def50f1b36a67b
parent969ff726420b108ba98d4616ec3e99a24ea5776a
Issue #16564: Fixed a performance regression relative to Python 3.1 in the
caching of compiled regular expressions.
Misc/NEWS