diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-10-14 20:56:25 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-10-14 20:56:25 (GMT) |
commit | f67f4602426be4de9b0d0124cb99ecc5edbd70aa (patch) | |
tree | 19a28061d79e86f501744ffd91c0398c4f5dc13b /Lib/asyncio/test_utils.py | |
parent | ee3e56105f666c38e83cf50957b1cac23f5360e0 (diff) | |
download | cpython-f67f4602426be4de9b0d0124cb99ecc5edbd70aa.zip cpython-f67f4602426be4de9b0d0124cb99ecc5edbd70aa.tar.gz cpython-f67f4602426be4de9b0d0124cb99ecc5edbd70aa.tar.bz2 |
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.
Diffstat (limited to 'Lib/asyncio/test_utils.py')
0 files changed, 0 insertions, 0 deletions