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

STINNER Victor report at bugs.python.org
Fri Nov 6 12:33:59 EST 2020


STINNER Victor <vstinner at python.org> 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).

Issue fixed in Python 3.4 (sorry, 3.4, not 3.2): https://www.python.org/dev/peps/pep-0446/

----------
resolution:  -> fixed
stage:  -> resolved
status: pending -> closed

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


More information about the Python-bugs-list mailing list