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 asvetlov, vstinner, yselivanov
Date 2018-09-14.19:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536953717.98.0.956365154283.issue34687@psf.upfronthosting.co.za>
In-reply-to
Content
Is it time to make ProactorEventLoop as the default event loop?

Since 2014, many features have been added to ProactorEventLoop (ex: SSL support) and the implementation is way more today than it was 4 years ago.

Comparison of SelectorEventLoop and ProactorEventLoop on Windows:
https://docs.python.org/dev/library/asyncio-platforms.html#windows
History
Date User Action Args
2018-09-14 19:35:18vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-09-14 19:35:17vstinnersetmessageid: <1536953717.98.0.956365154283.issue34687@psf.upfronthosting.co.za>
2018-09-14 19:35:17vstinnerlinkissue34687 messages
2018-09-14 19:35:17vstinnercreate