[issue5715] listen socket close in SocketServer.ForkingMixIn.process_request()

STINNER Victor report at bugs.python.org
Sun May 22 22:15:15 CEST 2011


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

> Patch looks fine to me. Is it easily testable?

test_subprocess has some tests checking "cloexec": test_pipe_cloexec() and test_pipe_cloexec_real_tools(). You may reuse some code from these tests?

----------

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


More information about the Python-bugs-list mailing list