Thomas Sibley <pyt...@zulutango.org> added the comment:

What about using _execv*() and friends, as documented at 
<https://docs.microsoft.com/en-gb/cpp/c-runtime-library/reference/execvp-wexecvp?view=vs-2017>?

They appear to use the process overlay feature of _spawnv*() et al., as 
described at 
<https://docs.microsoft.com/en-us/cpp/c-runtime-library/spawn-wspawn-functions?view=vs-2017>
 and 
<https://docs.microsoft.com/en-gb/cpp/c-runtime-library/process-and-environment-control?view=vs-2017>.

----------
type: behavior -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue9148>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to