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 georg.brandl
Recipients georg.brandl, schuppenies
Date 2008-05-17.10:49:54
SpamBayes Score 0.0013218008
Marked as misclassified No
Message-id <1211021423.8.0.630490978124.issue2898@psf.upfronthosting.co.za>
In-reply-to
Content
Can't you write this as a simple Python function using
type.__basicsize__ and type.__itemsize__?

In any case, if this is added somewhere it should not be a builtin. This
operation is nowhere near the usefulness to be one.
History
Date User Action Args
2008-05-17 10:50:26georg.brandlsetspambayes_score: 0.0013218 -> 0.0013218008
recipients: + georg.brandl, schuppenies
2008-05-17 10:50:25georg.brandlsetspambayes_score: 0.0013218 -> 0.0013218
messageid: <1211021423.8.0.630490978124.issue2898@psf.upfronthosting.co.za>
2008-05-17 10:50:20georg.brandllinkissue2898 messages
2008-05-17 10:50:13georg.brandlcreate