]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
On UNIX, when the execution of the child fails, we must waitpid() to
authorPeter Astrand <astrand@lysator.liu.se>
Sat, 1 Jan 2005 09:38:57 +0000 (09:38 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Sat, 1 Jan 2005 09:38:57 +0000 (09:38 +0000)
commitf791d7a278fed1ff3b12bce5c984e4dc907bca62
treea8eb61f21fb1c243426438d2566213eb403c8969
parent454f76711c14f0a55119601bfe56a1ab5d2c0e04
On UNIX, when the execution of the child fails, we must waitpid() to
prevent leaving zombies.
Lib/subprocess.py