Nick Coghlan <ncogh...@gmail.com> added the comment:

Indeed, getsizeof() on containers only gives the amount of memory consumed by 
the container itself (this can be difficult to figure out externally for 
potentially sparse containers like dicts), but leaves the question of the size 
of the referenced objects open.

Exposing the result of sys.getsizeof() on the cache may not be a bad idea, but 
the question would be which use cases are handled by that additional 
information which aren't adequately covered by the simple count of the cache 
entries.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to