[issue8780] py3k: child process don't inherit stdout / stdout on Windows

2010-05-21 Thread Brian Curtin
Brian Curtin added the comment: Looks fine to me. The first line of the test comment has "if" instead of "is" but you could fix that on checkin. -- assignee: brian.curtin -> haypo ___ Python tracker _

[issue8780] py3k: child process don't inherit stdout / stdout on Windows

2010-05-21 Thread STINNER Victor
STINNER Victor added the comment: Ok, it *is* a regression introduced by r78946. Attached patch fixes the issue and adds a regression test. Add also the author of r78946 to the nosy list :-) -- keywords: +patch nosy: +gregory.p.smith Added file: http://bugs.python.org/file17430/subpro

[issue8780] py3k: child process don't inherit stdout / stdout on Windows

2010-05-21 Thread STINNER Victor
STINNER Victor added the comment: Recent change of subprocess in py3k, I don't know if it's related: r78946. -- ___ Python tracker ___ ___

[issue8780] py3k: child process don't inherit stdout / stdout on Windows

2010-05-21 Thread STINNER Victor
STINNER Victor added the comment: > It's just under Windows, right? It works on Linux. I suppose that the issue is specific to Windows. -- title: py3k: child process don't inherit stdout / stdout -> py3k: child process don't inherit stdout / stdout on Windows