]> granicus.if.org Git - python/commit
Issue 9396. Apply functools.lru_cache in the place of the
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Aug 2010 04:24:42 +0000 (04:24 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Aug 2010 04:24:42 +0000 (04:24 +0000)
commit4f859ed9c7feba6e403895c4044608d29efd2ba9
treeaaee5286d013042596ea90003cba16e0fa44235d
parentcca65313c4de70acc986c76d0dca43cc4cf39e85
Issue 9396.   Apply functools.lru_cache in the place of the
random flushing cache in the re module.
Lib/re.py
Lib/test/test_re.py
Misc/NEWS