Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if
available Since Python 3.5, socket.socketpair() is now also available on Windows. Make csock blocking before calling the accept() method, and fix also a typo in an error message.
V
Victor Stinner committed
f67f4602426be4de9b0d0124cb99ecc5edbd70aa
Parent: ee3e561