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 mark.dickinson
Recipients JoKing, mark.dickinson
Date 2020-05-06.21:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588801298.76.0.851084795052.issue40538@roundup.psfhosted.org>
In-reply-to
Content
Use `struct.calcsize('<L')` or `struct.calcsize('>L')` if you want the standard sizes and formats given in the documentation. The note at the top of the struct module documentation describes the difference.

See also #1709506.
History
Date User Action Args
2020-05-06 21:41:38mark.dickinsonsetrecipients: + mark.dickinson, JoKing
2020-05-06 21:41:38mark.dickinsonsetmessageid: <1588801298.76.0.851084795052.issue40538@roundup.psfhosted.org>
2020-05-06 21:41:38mark.dickinsonlinkissue40538 messages
2020-05-06 21:41:38mark.dickinsoncreate