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 cvrebert, docs@python, eric.snow, jcea, loewis, meador.inge, pitrou, rhettinger, serhiy.storchaka
Date 2012-07-29.17:31:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <5015738C.9020105@v.loewis.de>
In-reply-to <201207291957.09566.storchaka@gmail.com>
Content
> 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.

That is a reasonable point. So documenting it along with the type slots
might be best.
History
Date User Action Args
2012-07-29 17:31:58loewissetrecipients: + loewis, rhettinger, jcea, pitrou, cvrebert, meador.inge, docs@python, eric.snow, serhiy.storchaka
2012-07-29 17:31:57loewislinkissue15436 messages
2012-07-29 17:31:57loewiscreate