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 skrah
Recipients rz, skrah
Date 2013-06-08.20:30:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370723448.88.0.659874326711.issue18169@psf.upfronthosting.co.za>
In-reply-to
Content
The docs say:

"Native size and alignment are determined using the C compiler’s sizeof expression. This is always combined with native byte order."


sizeof(long) is 8 on your platform, so I don't see anything wrong here.
Or is another part of the documentation unclear?
History
Date User Action Args
2013-06-08 20:30:48skrahsetrecipients: + skrah, rz
2013-06-08 20:30:48skrahsetmessageid: <1370723448.88.0.659874326711.issue18169@psf.upfronthosting.co.za>
2013-06-08 20:30:48skrahlinkissue18169 messages
2013-06-08 20:30:48skrahcreate