]> 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:32:16 +0000 (09:32 +0000)
committerPeter Astrand <astrand@lysator.liu.se>
Sat, 1 Jan 2005 09:32:16 +0000 (09:32 +0000)
commit5e59063ea95c1204dd28a5ee8c45c6bae4e80de0
treee18db193d078f0384bee52e5d88b37c1ebb5f1e7
parent1c5ce881f417f73da9b32f10a9bd30e5ffdb9057
On UNIX, when the execution of the child fails, we must waitpid() to
prevent leaving zombies.
Lib/subprocess.py