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

Bernt Røskar Brenna report at bugs.python.org
Mon Nov 18 12:28:15 CET 2013


Bernt Røskar Brenna added the comment:

I tested, and locking around the subprocess.Popen call indeed works on Python 3.4. 

Thanks!

Do you have any tips on how to accomplish the same thing on Python 3.3 (locking around Popen did not make any difference on 3.3)?

----------

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


More information about the Python-bugs-list mailing list