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 loewis
Recipients Arfrever, eli.bendersky, flox, loewis, ncoghlan, serhiy.storchaka
Date 2012-06-17.07:37:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339918645.78.0.564031630235.issue14055@psf.upfronthosting.co.za>
In-reply-to
Content
Given how C's sizeof works, it may be debatable whether it's natural to expect that sys.getsizeof should be recursive. If you have a struct with pointers (say, char*) in C, and you do sizeof, the string length isn't considered, either.

But I'm certainly fine with making this more clear.
History
Date User Action Args
2012-06-17 07:37:25loewissetrecipients: + loewis, ncoghlan, Arfrever, eli.bendersky, flox, serhiy.storchaka
2012-06-17 07:37:25loewissetmessageid: <1339918645.78.0.564031630235.issue14055@psf.upfronthosting.co.za>
2012-06-17 07:37:25loewislinkissue14055 messages
2012-06-17 07:37:25loewiscreate