| commit | a10dc3efcbba8aa7cc7d1a017f8b22fc4fa8e87c | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@gmail.com> | Tue Nov 28 11:15:26 2017 +0100 |
| committer | GitHub <noreply@github.com> | Tue Nov 28 11:15:26 2017 +0100 |
| tree | 6ed634f185e7920ed25ae56e537e0202b675f7c9 | |
| parent | 92f9339a58a613a56683510499509d1b702921a8 [diff] |
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().