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 asvetlov, gregory.p.smith, jcea, loewis, mark.dickinson, meador.inge, serhiy.storchaka, skrah
Date 2012-07-26.05:55:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343282141.07.0.930889685144.issue15402@psf.upfronthosting.co.za>
In-reply-to
Content
> +        # The size of 'PyStructObject'
> +        totalsize = size(self.header + '5P')

What if use totalsize = object.__sizeof__(struct_obj) ?
History
Date User Action Args
2012-07-26 05:55:41serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, gregory.p.smith, jcea, mark.dickinson, asvetlov, skrah, meador.inge
2012-07-26 05:55:41serhiy.storchakasetmessageid: <1343282141.07.0.930889685144.issue15402@psf.upfronthosting.co.za>
2012-07-26 05:55:40serhiy.storchakalinkissue15402 messages
2012-07-26 05:55:40serhiy.storchakacreate