more thread safety in LRUCache
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 19 May 2008 09:20:41 +0000 (11:20 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 19 May 2008 09:20:41 +0000 (11:20 +0200)
commite25f24def56e3e54b6ddf6e7213f4b810769586d
tree89ff48cb23b7c9956be834e1c84e0d3f58062e0e
parent24db451787fb3b966bca0eaf3ad4205fa8aaabf6
more thread safety in LRUCache

--HG--
branch : trunk
docs/templates.rst
jinja2/utils.py
tests/test_filters.py
tests/test_imports.py
tests/test_inheritance.py
tests/test_lrucache.py [new file with mode: 0644]
tests/test_various.py