[issue10725] Better cache instrumentation

Raymond Hettinger report at bugs.python.org
Fri Dec 17 18:47:23 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Updated to use ABCs but still relies on user objects implementing __sizeof__.  So it is accurate whenever sys.getsizeof() is accurate.

----------
Added file: http://bugs.python.org/file20095/sized_cache2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10725>
_______________________________________


More information about the Python-bugs-list mailing list