Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

This may be CPython specific.

Also, sys.getsizeof() hasn't proved to be very useful (I never see anyone use 
it or see it in production code).  Worse, it doesn't even make sense in the 
case of shared-key dictionaries and whatnot.  Accordingly, there is little 
reason to make this more public than it already is.  I would be happy to see it 
written-off as an implementation detail.

----------
nosy: +rhettinger

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

Reply via email to