[issue12607] subprocess(stdout=..., stderr=sys.stdout) breaks stderr for child

STINNER Victor report at bugs.python.org
Wed Jul 27 00:05:42 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

i12607_v2.patch: the test fails if Python is compiled with pydebug. Add "err = support.strip_python_stderr(err)" before self.assertEqual(err, b"err") in test_subprocess.py to fix the failure.

----------
versions:  -Python 2.6, Python 3.1, Python 3.4

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


More information about the Python-bugs-list mailing list