[issue32795] subprocess.check_output() with timeout does not exit if child process does not generate output after timeout

Eryk Sun report at bugs.python.org
Sat Feb 27 14:32:06 EST 2021


Eryk Sun <eryksun at gmail.com> added the comment:

Issue 37424 fixed this for Python 3.7+ in POSIX. It's still broken in Windows, for which I'm leaving issue 31447 open.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
superseder:  -> subprocess.run timeout does not function if shell=True and capture_output=True

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


More information about the Python-bugs-list mailing list