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

Bernt Røskar Brenna report at bugs.python.org
Thu Nov 14 15:04:15 CET 2013


Bernt Røskar Brenna added the comment:

Similar result on Windows Server 2008:

Platform: Windows-2008ServerR2-6.1.7600

task_type                 #threads   result
subprocess_redirfile      2          9 errors
subprocess_redirfile      1          OK
subprocess_devnull        2          9 errors
subprocess_devnull        1          OK
subprocess_noredirect     2          OK
subprocess_noredirect     1          OK
nosubprocess              2          OK
nosubprocess              1          OK

----------

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


More information about the Python-bugs-list mailing list