[Python-Dev] Why is spawnp not available on Windows? (original) (raw)

Martin v. L�wis martin@v.loewis.de
10 Apr 2003 22:36:54 +0200


"Shane Holloway (IEEE)" <shane.holloway@ieee.org> writes:

So, after all that, I looked in standard library header file for process.h and found function prototypes for the various spawn functions. Would it make sense to add support for "spawnvp" and "spawnvpe" to posixmodule.c? Should it be guarded by the existing HAVESPAWNV, new HAVESPAWNVP, or by MSWINDOWS definitions?

Adding a HAVE_SPAWNVP would be most appropriate, IMO.

Regards, Martin