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 neologix
Recipients neologix, rpointel
Date 2011-08-23.07:06:33
SpamBayes Score 0.0011354553
Marked as misclassified No
Message-id <1314083194.42.0.543824583386.issue12821@psf.upfronthosting.co.za>
In-reply-to
Content
Note that it's been fixed in default with the recent sys.platform refactoring:

    26     if (sys.platform.startswith(('netbsd', 'freebsd', 'openbsd', 'bsdos'))
    27         or sys.platform == 'darwin'):
    28         if struct.calcsize('l') == 8:

I'll commit a patch for 2.7 and 3.2.
History
Date User Action Args
2011-08-23 07:06:34neologixsetrecipients: + neologix, rpointel
2011-08-23 07:06:34neologixsetmessageid: <1314083194.42.0.543824583386.issue12821@psf.upfronthosting.co.za>
2011-08-23 07:06:33neologixlinkissue12821 messages
2011-08-23 07:06:33neologixcreate