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-06.00:32:31
SpamBayes Score 0.0005161399
Marked as misclassified No
Message-id <1265416435.18484.9.camel@localhost>
In-reply-to <4B6CB024.4000407@egenix.com>
Content
> I'm not sure what such a test would prove, e.g. on 64-bit Mac OS X,
> platform.machine() return 'i386'. That could be mapped to 'x86'...

You're right. There doesn't seem to be much consistency accross
platforms.

> Note that 'x86_64' is just a 'x86' compatible processor with
> the AMD 64-bit extensions, so 'x86' is a superset of 'x86_64'.

Oops, indeed.
History
Date User Action Args
2010-02-06 00:32:33pitrousetrecipients: + pitrou, lemburg, brian.curtin
2010-02-06 00:32:32pitroulinkissue7860 messages
2010-02-06 00:32:31pitroucreate