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 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:12vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, David Hirschfeld
2016-11-15 22:57:12vstinnersetmessageid: <1479250632.72.0.78719333022.issue28708@psf.upfronthosting.co.za>
2016-11-15 22:57:12vstinnerlinkissue28708 messages
2016-11-15 22:57:12vstinnercreate