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

Charles-François Natali report at bugs.python.org
Thu Nov 14 16:59:03 CET 2013


Charles-François Natali added the comment:

I think it's simply due to file descriptor inheritance (files being
inherited by other subprocess instance): since Windows can't remove open
files, kaboom. It doesn't have anything to do with threads.

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list