[issue12786] subprocess wait() hangs when stdin is closed

STINNER Victor report at bugs.python.org
Thu Aug 25 00:37:28 CEST 2011


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

subprocess_cloexec-1.diff: I'm too tired too review the test. The subprocess.py part looks correct, except the pipe2 name. Python 3 uses "_create_pipe = _posixsubprocess.cloexec_pipe". Pick one of those.

----------

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


More information about the Python-bugs-list mailing list