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 loewis, schuppenies
Date 2008-09-07.16:45:02
SpamBayes Score 4.785845e-05
Marked as misclassified No
Message-id <1220805903.19.0.40828029175.issue3690@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this is a bug. sys.getsizeof doesn't take padding in the
malloc implementation into account, either, so a long object that
accounts to 22 bytes (such as the number 1) uses at least 24 bytes,
also. In any case, I also think this doesn't matter much either way.
History
Date User Action Args
2008-09-07 16:45:03loewissetrecipients: + loewis, schuppenies
2008-09-07 16:45:03loewissetmessageid: <1220805903.19.0.40828029175.issue3690@psf.upfronthosting.co.za>
2008-09-07 16:45:02loewislinkissue3690 messages
2008-09-07 16:45:02loewiscreate