[issue22442] subprocess.check_call hangs on large PIPEd data.

juj report at bugs.python.org
Sun Sep 21 10:32:12 CEST 2014


juj added the comment:

Hmm, that path does it for stdout=PIPE in subprocess.call only? It could equally apply to stderr=PIPE in subprocess.call as well, and also to both stdout=PIPE and stderr=PIPE in subprocess.check_call?

----------

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


More information about the Python-bugs-list mailing list