commit | f67f4602426be4de9b0d0124cb99ecc5edbd70aa | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 14 22:56:25 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Oct 14 22:56:25 2014 +0200 |
tree | 19a28061d79e86f501744ffd91c0398c4f5dc13b | |
parent | ee3e56105f666c38e83cf50957b1cac23f5360e0 [diff] |
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.