]> granicus.if.org Git - python/commit
Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder.
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 20 Mar 2006 06:30:08 +0000 (06:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 20 Mar 2006 06:30:08 +0000 (06:30 +0000)
commit05a45599d7c7e7584a80d7ef70dc47e984664619
tree67d35b00825fa7ab92cb32bf9db4ff902259c324
parent910b5eec07543dc4e7f4f35648a025fe7b032249
Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Schroeder.

This was a fair amount of rework of the patch.  Refactored test_fork1 so it
could be reused by the new tests for wait3/4.  Also made them into new style
unittests (derive from unittest.TestCase).
Doc/lib/libos.tex
Lib/test/fork_wait.py [new file with mode: 0644]
Lib/test/test_fork1.py
Lib/test/test_wait3.py [new file with mode: 0644]
Lib/test/test_wait4.py [new file with mode: 0644]
Misc/ACKS
Misc/NEWS
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in