commit | 739aa36818131fc4917fa2e13a3af1f23344fcb7 | [log] [tgz] |
---|---|---|
author | Philip Jenvey <pjenvey@underboss.org> | Fri May 22 05:35:32 2009 +0000 |
committer | Philip Jenvey <pjenvey@underboss.org> | Fri May 22 05:35:32 2009 +0000 |
tree | 0d2449a7785db8e7ed64acb2342d14c54234c74d | |
parent | 9b6f13ee82ec81a7e88e68094998631559e93f11 [diff] |
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