[issue7860] 32-bit Python on 64-bit Windows reports incorrect architecture

Marc-Andre Lemburg report at bugs.python.org
Fri Feb 5 20:43:31 CET 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

The patch looks ok. Since we are emulating the Unix uname() function here, we might as well mimic its inconsistencies.

Note that platform.machine() and platform.processor() are not really very reliable ways of determining the machine type or processor.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7860>
_______________________________________


More information about the Python-bugs-list mailing list