Re: [Python-Dev] buildbot breakage

2006-09-06 Thread Gustavo Niemeyer
> Some buildbots will fail because they got revision r51793, and it > has a change I made to fix a problem in the subprocess module. I've removed the offending test in r51794 and buildbots should be happy again. One of the ways of exploring the issue reported is using sys.stdout as the stdout key

[Python-Dev] buildbot breakage

2006-09-06 Thread Gustavo Niemeyer
Some buildbots will fail because they got revision r51793, and it has a change I made to fix a problem in the subprocess module. Please do not rollback any changes. I'm handling the issue. Also notice that there's no broken code there. The problem is that the issue in subprocess is related to st