]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Blocked revisions 72817 via svnmerge
authorPhilip Jenvey <pjenvey@underboss.org>
Fri, 22 May 2009 05:39:55 +0000 (05:39 +0000)
committerPhilip Jenvey <pjenvey@underboss.org>
Fri, 22 May 2009 05:39:55 +0000 (05:39 +0000)
commit201b22c34eac2ffa535d1382ee4c94cb314e4a69
tree3afd346fc539be176d2b6e7980c2f42c04bf13eb
parent002da5be5ce2e087be90b92b8d731a335df7d79f
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
........