Skip to content

asyncio: use directly socket.socketpair()#4597

Merged
vstinner merged 2 commits into
python:masterfrom
vstinner:asyncio_socketpair
Nov 28, 2017
Merged

asyncio: use directly socket.socketpair()#4597
vstinner merged 2 commits into
python:masterfrom
vstinner:asyncio_socketpair

Conversation

@vstinner

Copy link
Copy Markdown
Member

Since Python 3.5, socket.socketpair() is also available on Windows,
and so can be used directly, rather than using
asyncio.windows_utils.socketpair().

Since Python 3.5, socket.socketpair() is also available on Windows,
and so can be used directly, rather than using
asyncio.windows_utils.socketpair().
@vstinner
vstinner merged commit a10dc3e into python:master Nov 28, 2017
@vstinner
vstinner deleted the asyncio_socketpair branch November 28, 2017 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants