[issue8631] subprocess.Popen.communicate(...) hangs on Windows

Tim Golden report at bugs.python.org
Sun Aug 8 18:56:33 CEST 2010


Tim Golden <mail at timgolden.me.uk> added the comment:

I can't reproduce on W7. Strangely, though, although my banner suggests that I have exactly the same build as you, I get a "\r\n" at the end of the communicate bytestream, not a simple "\n" as you're getting. Do you have any environment variables or Python command-line switches which might be affecting anything?

Could you try with python31/26 -E -S just in case, please?

----------
assignee:  -> tim.golden

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8631>
_______________________________________


More information about the Python-bugs-list mailing list