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

Patrick Gansterer report at bugs.python.org
Sat Apr 2 18:09:04 CEST 2011


Patrick Gansterer <paroga at paroga.com> added the comment:

I can reproduce this on WinXP with 2.5, 2.7 and 3.2. On my other box (Win7 64bit) the same code works without problems.
This problem happens only when I make a subprocess.call() to executables from my msysgit installation (e.g. echo, git). A call to 'notepad' or 'svn' works without problems.

After entering the following python does not respond to any input:
>>> import subprocess
>>> subprocess.call('echo')

----------
nosy: +paroga
versions: +Python 2.5, Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list