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 pitrou
Recipients brian.curtin, lemburg, pitrou
Date 2010-02-05.19:23:05
SpamBayes Score 0.0013698728
Marked as misclassified No
Message-id <1265397786.69.0.115648884629.issue7860@psf.upfronthosting.co.za>
In-reply-to
Content
The test could simply check that platform.machine() never returns "x86" when sys.maxsize is greater than 2**32.
(and it would even be platform-agnostic)
History
Date User Action Args
2010-02-05 19:23:06pitrousetrecipients: + pitrou, lemburg, brian.curtin
2010-02-05 19:23:06pitrousetmessageid: <1265397786.69.0.115648884629.issue7860@psf.upfronthosting.co.za>
2010-02-05 19:23:05pitroulinkissue7860 messages
2010-02-05 19:23:05pitroucreate