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 serhiy.storchaka
Recipients cvrebert, docs@python, eric.snow, jcea, loewis, meador.inge, pitrou, rhettinger, serhiy.storchaka
Date 2012-07-29.16:57:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <201207291957.09566.storchaka@gmail.com>
In-reply-to <1343578685.01.0.787516894062.issue15436@psf.upfronthosting.co.za>
Content
> sys.getsizeof is certainly CPython-specific. However, __sizeof__ is not
> just an implementation detail of sys.getsizeof, just as __len__ is not an
> implementation detail of len(). Authors of extension types are supposed to
> implement it if object.__sizeof__ is incorrect.

I think there is one difference between __len__ and __sizeof__. __sizeof__ 
should be overloaded only for C-implemented classes. IMHO, it is a part of C 
API.
History
Date User Action Args
2012-07-29 16:57:21serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, jcea, pitrou, cvrebert, meador.inge, docs@python, eric.snow
2012-07-29 16:57:21serhiy.storchakalinkissue15436 messages
2012-07-29 16:57:21serhiy.storchakacreate