Files
cpython/Lib/asyncio/selector_events.py
Victor Stinner a10dc3efcb 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().
2017-11-28 11:15:26 +01:00

33 KiB