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 eric.snow
Recipients docs@python, eric.snow, jcea, meador.inge, serhiy.storchaka
Date 2012-07-25.04:52:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343191941.32.0.349320923884.issue15436@psf.upfronthosting.co.za>
In-reply-to
Content
issue2898 smells like an implementation detail to me. Also, sys.getsizeof() isn't necessarily authoritative here, since the sys module is full of all sorts of implementation details.

I'm not saying __sizeof__ shouldn't be made an official part of the language, but we should be careful before we effectively etch something in stone for all Python implementations.  It may be worth getting feedback from python-dev, particularly from the major Python implementers.
History
Date User Action Args
2012-07-25 04:52:21eric.snowsetrecipients: + eric.snow, jcea, meador.inge, docs@python, serhiy.storchaka
2012-07-25 04:52:21eric.snowsetmessageid: <1343191941.32.0.349320923884.issue15436@psf.upfronthosting.co.za>
2012-07-25 04:52:20eric.snowlinkissue15436 messages
2012-07-25 04:52:20eric.snowcreate