Steven K. Wong <slid...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue5898>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to