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 rhettinger
Recipients belopolsky, pitrou, rhettinger
Date 2010-09-15.21:52:47
SpamBayes Score 0.0028421362
Marked as misclassified No
Message-id <1284587569.36.0.234045116839.issue9865@psf.upfronthosting.co.za>
In-reply-to
Content
I have a hard time caring about this.  The main value of sys.getsizeof()
is to enable developers to determine the internal sizes of basic objects on a given build.  IIRC, there was no intention for this to become a requirement for pure python classes.
History
Date User Action Args
2010-09-15 21:52:49rhettingersetrecipients: + rhettinger, belopolsky, pitrou
2010-09-15 21:52:49rhettingersetmessageid: <1284587569.36.0.234045116839.issue9865@psf.upfronthosting.co.za>
2010-09-15 21:52:48rhettingerlinkissue9865 messages
2010-09-15 21:52:47rhettingercreate