So the answer was: When Python launches an EXE on Windows, it uses the Windows CreateProcess () API function. This function always creates a new process with its own virtual memory space. So it ...