[issue1336] subprocess.Popen hangs when child writes to stderr

Torsten Landschoff report at bugs.python.org
Mon Sep 19 09:07:24 EDT 2016


Torsten Landschoff added the comment:

Just got bitten by this problem again.

If anybody else still runs into this, the solution on python2.7 is to install the subprocess32 module from pypi.python.org and use that instead of subprocess.

----------

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


More information about the Python-bugs-list mailing list