commit | 234515afe594e5f9ca1b3f460735c68b04c031e2 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 30 06:19:46 2010 +0000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Tue Nov 30 06:19:46 2010 +0000 |
tree | 30efe3349cc7414e4f0f6d45f50a984558caea19 | |
parent | ff27ee0b400030419cfd3c9966f275bfbcb569f8 [diff] |
Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple.