]> granicus.if.org Git - python/commit
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 22 May 2009 05:35:32 +0000 (05:35 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 22 May 2009 05:35:32 +0000 (05:35 +0000)
commit739aa36818131fc4917fa2e13a3af1f23344fcb7
tree0d2449a7785db8e7ed64acb2342d14c54234c74d
parent9b6f13ee82ec81a7e88e68094998631559e93f11
don't use subprocess.call with PIPEs as the child can fill the pipe buf and
deadlock. add a warning to subprocess docs about this, similar to Popen.wait's.
refs http://bugs.jython.org/issue1351
Doc/library/subprocess.rst
Lib/test/test_cmd_line.py