[Python-Dev] Why spawnvp not implemented on Windows? (original) (raw)
Alexey Borzenkov snaury at gmail.com
Thu Oct 12 20:32:23 CEST 2006
- Previous message: [Python-Dev] Why spawnvp not implemented on Windows?
- Next message: [Python-Dev] Why spawnvp not implemented on Windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message: [Python-Dev] Why spawnvp not implemented on Windows?
- Next message: [Python-Dev] Why spawnvp not implemented on Windows?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]