commit | c3acbc36d0aa52c021784d1c1324814a3ed61801 | [log] [tgz] |
---|---|---|
author | Brian Curtin <brian.curtin@gmail.com> | Fri May 28 16:08:40 2010 +0000 |
committer | Brian Curtin <brian.curtin@gmail.com> | Fri May 28 16:08:40 2010 +0000 |
tree | 5567d9fe8fa6abb4d76ce1a62db8cfc7562a28dc | |
parent | 1a415762aa9a605dce3b9ba62aae25f87309a66d [diff] |
Merged revisions 81584 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81584 | brian.curtin | 2010-05-28 10:49:21 -0500 (Fri, 28 May 2010) | 3 lines Fix #8405 for slow buildbots. Remove the sleep on startup and move the pipe communication into a loop to retry in case a buildbot gets even slower. ........