[issue4216] subprocess.Popen hangs at communicate() when child exits

Arty report at bugs.python.org
Wed Feb 9 20:33:43 CET 2011


Arty <elmy at promosales.ru> added the comment:

You can try subprocess.call() with close_fds=True.
It helped me, at least.

----------
nosy: +elmysnail

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


More information about the Python-bugs-list mailing list