Issue #23243: Fix asyncio._UnixWritePipeTransport.close()
Do nothing if the transport is already closed. Before it was not possible to close the transport twice.
Showing
Please register or sign in to comment
Do nothing if the transport is already closed. Before it was not possible to close the transport twice.