[issue24763] asyncio.BaseSubprocessTransport triggers an unavoidable ResourceWarning if process doesn't start

STINNER Victor report at bugs.python.org
Fri Jul 31 17:31:20 CEST 2015


STINNER Victor added the comment:

popen_error_close.patch: I put more code in the try block to ensure that the transport is close on any kind of error, and I added an unit test.

----------

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


More information about the Python-bugs-list mailing list