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 georg.brandl, loewis, rhettinger, schuppenies
Date 2008-05-17.19:18:08
SpamBayes Score 0.049637474
Marked as misclassified No
Message-id <482F2F6C.3070909@v.loewis.de>
In-reply-to <1211050353.05.0.400609418376.issue2898@psf.upfronthosting.co.za>
Content
> Lists will need a custom tp_footprint then, too.

True.

> BTW, is a new slot necessary, or
> can it just be a type method called __sizeof__?

It wouldn't be a type method, but a regular method on the specific type,
right?

I think that would work as well.
History
Date User Action Args
2008-05-17 19:18:14loewissetspambayes_score: 0.0496375 -> 0.049637474
recipients: + loewis, georg.brandl, rhettinger, schuppenies
2008-05-17 19:18:12loewislinkissue2898 messages
2008-05-17 19:18:12loewiscreate