[New-bugs-announce] [issue34687] asyncio: is it time to make ProactorEventLoop as the default event loop?

STINNER Victor report at bugs.python.org
Fri Sep 14 15:35:17 EDT 2018


New submission from STINNER Victor <vstinner at redhat.com>:

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

----------
components: asyncio
messages: 325391
nosy: asvetlov, vstinner, yselivanov
priority: normal
severity: normal
status: open
title: asyncio: is it time to make ProactorEventLoop as the default event loop?
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34687>
_______________________________________


More information about the New-bugs-announce mailing list