This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients aliles, amaury.forgeotdarc, belopolsky, jcea, meador.inge, serhiy.storchaka
Date 2012-09-10.02:56:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347245810.05.0.287946739367.issue15695@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-10 02:56:50belopolskysetrecipients: + belopolsky, jcea, amaury.forgeotdarc, meador.inge, aliles, serhiy.storchaka
2012-09-10 02:56:50belopolskysetmessageid: <1347245810.05.0.287946739367.issue15695@psf.upfronthosting.co.za>
2012-09-10 02:56:43belopolskylinkissue15695 messages
2012-09-10 02:56:43belopolskycreate