]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When a previous call to poll() has already seen the process status,
authorGuido van Rossum <guido@python.org>
Mon, 2 Jun 2003 19:12:01 +0000 (19:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 2 Jun 2003 19:12:01 +0000 (19:12 +0000)
commit3800ef7ae2391e3bf6573b41fc6ac513cd3dde82
tree1a26e045b819651a01267635bf9ec2bff8667be7
parentbf68c78a6fc00de1682428eef4488d757dd2f17b
When a previous call to poll() has already seen the process status,
wait() should not call waitpid() again.

Should be backported to 2.2.4.
Lib/popen2.py