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 njs
Recipients Ben.Darnell, Big Stone, asvetlov, lukasz.langa, njs, vstinner, yselivanov
Date 2019-10-03.07:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570086984.11.0.830577712617.issue37373@roundup.psfhosted.org>
In-reply-to
Content
It's also possible to implement 'select' on top of IOCP using undocumented private APIs. That's what libuv does (and how 'select' works internally). There's a bunch of information on this collected here: https://github.com/python-trio/trio/issues/52
History
Date User Action Args
2019-10-03 07:16:24njssetrecipients: + njs, vstinner, asvetlov, lukasz.langa, Ben.Darnell, yselivanov, Big Stone
2019-10-03 07:16:24njssetmessageid: <1570086984.11.0.830577712617.issue37373@roundup.psfhosted.org>
2019-10-03 07:16:24njslinkissue37373 messages
2019-10-03 07:16:24njscreate