From: Philip Jenvey Date: Fri, 22 May 2009 05:39:55 +0000 (+0000) Subject: Blocked revisions 72817 via svnmerge X-Git-Tag: v2.6.3rc1~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=201b22c34eac2ffa535d1382ee4c94cb314e4a69;p=python Blocked revisions 72817 via svnmerge ........ 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 ........ ---