Alexander Belopolsky added the comment:

What is the point of providing a __sizeof__ method to a purely internal type?  
I don't think it is possible to expose StgDict at the python level.  It is 
always hidden behind a mapping proxy.  Furthemore, StgDict is only used inside 
type objects and the size of type objects is not relevant for __sizeof__ 
calculations.

----------

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

Reply via email to