[Python-Dev] Why spawnvp not implemented on Windows? (original) (raw)

Alexey Borzenkov snaury at gmail.com
Thu Oct 12 20:32:23 CEST 2006


On 10/12/06, Alexey Borzenkov <snaury at gmail.com> wrote:

At least when I did it with my copy, nt.spawnvp seems to work fine...

Hi everyone again. I've created patch for spawnp, as well as for execp against trunk, so that when possible it uses crt's execvp[e] (defined via HAVE_EXECVP, if there are other platforms that have it they will need to define HAVE_EXECVP and HAVE_SPAWNVP). Fix is in os.py and posixmodule.c:

http://snaury.googlepages.com/python-win32-spawn_p_.patch

Should I submit it to sourceforge as a patch, or someone can review it as is?



More information about the Python-Dev mailing list