system return status on Windows

Gordon McMillan gmcm at hypernet.com
Fri Feb 25 08:28:16 EST 2000


Milos Prudek wrote:

> Great, thanks. Could you send something about mode (magic operational
> constant) of spawnv? I do not have Visual C++ Runtime Library
> documentation...
P_WAIT 	obvious
P_NOWAIT 	ditto
P_NOWAITO 	same as P_NOWAIT apparently
P_OVERLAY 	like fork() without exec() (except slower)
P_DETACH		background - no opportunity to interact 
with anything.


- Gordon




More information about the Python-list mailing list