This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ysangkok+launchpad
Recipients asvetlov, ysangkok+launchpad, yselivanov
Date 2018-08-15.15:56:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534348576.75.0.56676864532.issue34411@psf.upfronthosting.co.za>
In-reply-to
Content
Since socket.getaddrinfo and socket.getnameinfo take a lock on Windows, it would be nice to have their corresponding methods in asyncio.ProactorEventLoop use IOCP, so that they wouldn't block the whole event loop.

Overlapped I/O flags are available, so I am wondering how hard this would be: https://docs.microsoft.com/en-us/windows/desktop/api/ws2tcpip/nf-ws2tcpip-getaddrinfoexa
History
Date User Action Args
2018-08-15 15:56:16ysangkok+launchpadsetrecipients: + ysangkok+launchpad, asvetlov, yselivanov
2018-08-15 15:56:16ysangkok+launchpadsetmessageid: <1534348576.75.0.56676864532.issue34411@psf.upfronthosting.co.za>
2018-08-15 15:56:16ysangkok+launchpadlinkissue34411 messages
2018-08-15 15:56:16ysangkok+launchpadcreate