asyncio: Fix _ProactorWritePipeTransport._pipe_closed()
Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError.
Showing
Please register or sign in to comment
Do nothing if the pipe is already closed. _loop_writing() may call _force_close() when it gets ConnectionResetError.