Message 353823 - Python tracker
Message353823
| 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:24 | njs | set | recipients: + njs, vstinner, asvetlov, lukasz.langa, Ben.Darnell, yselivanov, Big Stone |
| 2019-10-03 07:16:24 | njs | set | messageid: <1570086984.11.0.830577712617.issue37373@roundup.psfhosted.org> |
| 2019-10-03 07:16:24 | njs | link | issue37373 messages |
| 2019-10-03 07:16:24 | njs | create | |