[issue12739] read stuck with multithreading and simultaneous subprocess.Popen

STINNER Victor report at bugs.python.org
Mon Jun 9 16:37:37 CEST 2014


STINNER Victor added the comment:

Oh by the way, this issue was fixed on UNIX in Python 3.2: all file descriptors are now closed by default (close_fds=True by default on UNIX).

----------

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


More information about the Python-bugs-list mailing list