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 pitrou
Recipients pitrou, rhettinger, serhiy.storchaka
Date 2013-09-19.11:05:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <88539910.3656202.1379588735439.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1379588524.57.0.671283183822.issue19048@psf.upfronthosting.co.za>
Content
> I'm not sure that sys.getsizeof() should recursively count all Python
> subobjects.

Those are private subobjects. They are not visible to the programmer
(except perhaps by calling __reduce__ or __setstate__).
History
Date User Action Args
2013-09-19 11:05:41pitrousetrecipients: + pitrou, rhettinger, serhiy.storchaka
2013-09-19 11:05:41pitroulinkissue19048 messages
2013-09-19 11:05:41pitroucreate