]> granicus.if.org Git - python/commit
Implement os.waitpid() for Windows, in a way that's compatible with Linux
authorTim Peters <tim.peters@gmail.com>
Fri, 1 Feb 2002 11:27:43 +0000 (11:27 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 1 Feb 2002 11:27:43 +0000 (11:27 +0000)
commitab034fab03bf1a0ee1d03651799f1c42f4f48050
treef3669466f351c8155095e2c849ebc8352d07e6eb
parent0c350bfad0ec9350aec57e37962b1aadb8492173
Implement os.waitpid() for Windows, in a way that's compatible with Linux
where their capabilities intersect.  Would be nice if people using non-
MSVC compilers (Borland etc) took a whack at doing something similar for
them (this code relies on the MS _cwait function).
Doc/lib/libos.tex
Misc/NEWS
Modules/posixmodule.c