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 christian.heimes
Recipients Róbert Lexmann, christian.heimes
Date 2018-01-24.11:00:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516791652.0.0.467229070634.issue32648@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a bug. Please read the section about padding.

>>> struct.calcsize('id')
16
>>> struct.calcsize('>id')
12
History
Date User Action Args
2018-01-24 11:00:52christian.heimessetrecipients: + christian.heimes, Róbert Lexmann
2018-01-24 11:00:51christian.heimessetmessageid: <1516791652.0.0.467229070634.issue32648@psf.upfronthosting.co.za>
2018-01-24 11:00:51christian.heimeslinkissue32648 messages
2018-01-24 11:00:51christian.heimescreate