SIGN IN SIGN UP

asyncio: use directly socket.socketpair() (#4597)

Since Python 3.5, socket.socketpair() is also available on Windows,
and so can be used directly, rather than using
asyncio.windows_utils.socketpair().
V
Victor Stinner committed
a10dc3efcbba8aa7cc7d1a017f8b22fc4fa8e87c
Parent: 92f9339
Committed by GitHub <noreply@github.com> on 11/28/2017, 10:15:26 AM