[issue37424] subprocess.run timeout does not function if shell=True and capture_output=True

STINNER Victor report at bugs.python.org
Tue Sep 17 19:40:17 EDT 2019


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

> On Windows, the following pattern _can_ hang: (...)

I created bpo-38207 "subprocess: On Windows, Popen.kill() + Popen.communicate() is blocking until all processes using the pipe close the pipe" to track this issue.

----------

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


More information about the Python-bugs-list mailing list