[issue38207] subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe

STINNER Victor report at bugs.python.org
Wed Oct 9 11:06:57 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

regrtest now workarounds this issue using timeouts on subprocess.Popen.wait() and threading.Thread.join() operations: see bpo-37531.

----------

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


More information about the Python-bugs-list mailing list