Message122882
Okay, go ahead with the second patch.
With the following changes:
_CacheInfo = namedtuple("CacheInfo", "maxsize size hits misses")
Change the variable names:
cache_hits --> hits
cache_misses --> misses
Add a "with lock:" to the cache_info() function.
Update the docs.
Thanks. |
|
| Date |
User |
Action |
Args |
| 2010-11-30 05:17:53 | rhettinger | set | recipients:
+ rhettinger, georg.brandl, ncoghlan |
| 2010-11-30 05:17:53 | rhettinger | set | messageid: <[email protected]> |
| 2010-11-30 05:17:49 | rhettinger | link | issue10586 messages |
| 2010-11-30 05:17:49 | rhettinger | create | |
|