]> granicus.if.org Git - python/commit
In subprocess, wrap pipe fds before launching the child. Hopefully this
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Jan 2011 19:07:07 +0000 (19:07 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Jan 2011 19:07:07 +0000 (19:07 +0000)
commitc99823211bfc349ae48ff00a9155472ccea0816d
tree7030ed63760ac2bcc9dd29300b41ecb58c13f7cc
parent9bd4a245f2ed0ce5a59652976c19ca74e9db518f
In subprocess, wrap pipe fds before launching the child. Hopefully this
will fix intermittent failures on some buildbots (issue #8458).
Lib/subprocess.py