| commit | ab7481a0a4d0402b8d9290df608bb6759e97e9bc | [log] [tgz] |
|---|---|---|
| author | Philip Jenvey <pjenvey@underboss.org> | Fri May 22 05:46:35 2009 +0000 |
| committer | Philip Jenvey <pjenvey@underboss.org> | Fri May 22 05:46:35 2009 +0000 |
| tree | 89849f7614abdabd4c9905a1f68089f6603c0563 | |
| parent | d40285a986990d45c29e83943dc7783a4e976da5 [diff] |
Merged revisions 72817 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r72817 | philip.jenvey | 2009-05-21 22:35:32 -0700 (Thu, 21 May 2009) | 4 lines 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 ........