commit | ab034fab03bf1a0ee1d03651799f1c42f4f48050 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Feb 01 11:27:43 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Feb 01 11:27:43 2002 +0000 |
tree | f3669466f351c8155095e2c849ebc8352d07e6eb | |
parent | 0c350bfad0ec9350aec57e37962b1aadb8492173 [diff] |
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).