[issue19575] subprocess.Popen with multiple threads: Redirected stdout/stderr files still open after process close

STINNER Victor report at bugs.python.org
Sat Nov 16 01:14:03 CET 2013


STINNER Victor added the comment:

> I think it's simply due to file descriptor inheritance

File handles are now non-inheritable by default in Python 3.4 (PEP 446). Does it change anything?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list