[issue31712] subprocess with stderr=subprocess.STDOUT hang

Gregory P. Smith report at bugs.python.org
Fri Oct 6 23:50:11 EDT 2017


Gregory P. Smith <greg at krypto.org> added the comment:

Please try to reproduce this with Python 3.6.

On 2.7, I highly recommend you stop using the Python 2.7 subprocess module and install the subprocess32 backport available on PyPI. It is *much* more reliable.

----------

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


More information about the Python-bugs-list mailing list