[issue3593] subprocess + stdout redirection + wait + svn= hang

Gregory P. Smith report at bugs.python.org
Mon Sep 22 02:48:41 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

This is not a subprocess bug.  the os's pipe buffer filled up so the
process never terminated to be noticed by wait.  see:

http://docs.python.org/dev/library/subprocess.html#subprocess.Popen.wait

use communicate() instead of wait().

----------
nosy: +gregory.p.smith
resolution:  -> invalid
status: open -> closed

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


More information about the Python-bugs-list mailing list