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

Brian Curtin report at bugs.python.org
Mon Mar 22 15:02:54 CET 2010


Brian Curtin <curtin at acm.org> added the comment:

Ah, that's simple enough :)

Minor changes to the test patch: uname caches it's results, so I added a few lines to clear the cache before the uname calls. In order to not affect other tests, the whole thing is in a try/finally so we don't leave anything behind in cache.

The test passes on both a 32 and 64 bit Python.

----------
Added file: http://bugs.python.org/file16622/uname_WOW64_test2.patch

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


More information about the Python-bugs-list mailing list