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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brian.curtin, codingrobot
Date 2010-02-25.20:21:50
SpamBayes Score 0.006063813
Marked as misclassified No
Message-id <1267129311.85.0.670272848121.issue8019@psf.upfronthosting.co.za>
In-reply-to
Content
It's not about byte ordering. '@' and '=' also change the alignment!

The documentation says it well:
- '@' (or no marker) uses the 'native' alignment, which (on every platform I know) aligns 4-bytes ints to multiple of 4 bytes.
- '=' uses the 'standard' alignment which is: "no alignment is required for any type"
History
Date User Action Args
2010-02-25 20:21:52amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, brian.curtin, codingrobot
2010-02-25 20:21:51amaury.forgeotdarcsetmessageid: <1267129311.85.0.670272848121.issue8019@psf.upfronthosting.co.za>
2010-02-25 20:21:50amaury.forgeotdarclinkissue8019 messages
2010-02-25 20:21:50amaury.forgeotdarccreate