[issue5898] Hang in Popen.wait() when another process has been created

Steven K. Wong report at bugs.python.org
Mon Jan 11 21:33:23 CET 2010


Steven K. Wong <sliderw at hotmail.com> added the comment:

I think the hang is not a bug. Take a look at the Popen documentation on close_fds. If you specify close_fds=True when creating proc2, the hang will not happen when you remove the "proc2.stdin.close()" line.

----------
nosy: +steven.k.wong

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


More information about the Python-bugs-list mailing list