Patrick Gansterer <par...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8631>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to