This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paroga
Recipients Alex Quinn, BreamoreBoy, brian.curtin, paroga, tim.golden
Date 2011-04-02.16:09:02
SpamBayes Score 6.406755e-05
Marked as misclassified No
Message-id <1301760544.07.0.729689729952.issue8631@psf.upfronthosting.co.za>
In-reply-to
Content
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')
History
Date User Action Args
2011-04-02 16:09:04parogasetrecipients: + paroga, tim.golden, brian.curtin, Alex Quinn, BreamoreBoy
2011-04-02 16:09:04parogasetmessageid: <1301760544.07.0.729689729952.issue8631@psf.upfronthosting.co.za>
2011-04-02 16:09:02parogalinkissue8631 messages
2011-04-02 16:09:02parogacreate