Message 280901 - Python tracker
Message280901
| Author | vstinner |
|---|---|
| Recipients | David Hirschfeld, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2016-11-15.22:57:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1479250632.72.0.78719333022.issue28708@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
To implement an efficient event loop, IOCP is the way to do: the asyncio module supports it using ProactorEventLoop. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-15 22:57:12 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, David Hirschfeld |
| 2016-11-15 22:57:12 | vstinner | set | messageid: <1479250632.72.0.78719333022.issue28708@psf.upfronthosting.co.za> |
| 2016-11-15 22:57:12 | vstinner | link | issue28708 messages |
| 2016-11-15 22:57:12 | vstinner | create | |