-
-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asyncio: is it time to make ProactorEventLoop as the default event loop? #78868
Comments
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: |
I'm not sure that ProactorEventLoop is stable enough TBH :( And I wouldn't be able to be on call for Windows users to fix all bugs in ProactieEventLoop. Andrew, your thoughts on this? |
Thank you for the review Yury ;-) |
I think the only way to make sure that proactor event loop is stable -- starting to use it everywhere on Windows. Let's do it. |
This change causes an issue in asgiref (and so Django) for Windows and Python 3.8. django/asgiref#132 It looks as if
... but I'm not familiar with the internals here as yet. (I'm guessing I need to create a new issue?) |
Please open a new issue. |
Created: https://bugs.python.org/issue38563 Thanks! |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: