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 igor.mikushkin
Recipients igor.mikushkin
Date 2009-10-23.10:24:26
SpamBayes Score 6.5192444e-06
Marked as misclassified No
Message-id <1256293468.22.0.147558321508.issue7189@psf.upfronthosting.co.za>
In-reply-to
Content
I think in second case struct size should be 53.

In [31]: struct.calcsize('ihhi35scc')
Out[31]: 49

In [32]: struct.calcsize('ihhi35scci')
Out[32]: 56
History
Date User Action Args
2009-10-23 10:24:28igor.mikushkinsetrecipients: + igor.mikushkin
2009-10-23 10:24:28igor.mikushkinsetmessageid: <1256293468.22.0.147558321508.issue7189@psf.upfronthosting.co.za>
2009-10-23 10:24:27igor.mikushkinlinkissue7189 messages
2009-10-23 10:24:26igor.mikushkincreate