[issue26006] 32 bits python ctypes creates 64 bits process from 32 bits executable

Artur Korobeynyk report at bugs.python.org
Mon Jan 4 07:55:29 EST 2016


Artur Korobeynyk added the comment:

the Wow64Process output parameter is true for a 32-bit process. WOW64 is short for Win32 running on Win64 (i.e. the environment used to run 32-bit programs in 64-bit Windows). Even a 32-bit WOW64 process has some 64-bit modules, such as ntdll.dll, wow64.dll, wow64win.dll, and wow64cpu.dll

----------
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list