Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Test the Proactor event loop on Windows + Python 3.8 #154

Open
pquentin opened this issue Nov 26, 2019 · 1 comment
Open

Test the Proactor event loop on Windows + Python 3.8 #154

pquentin opened this issue Nov 26, 2019 · 1 comment

Comments

@pquentin
Copy link
Member

There are two issues here:

  1. Tornado does not intend to support the Proactor event loop, so we need to configure Tornado to use the selector loop without changing the global policy
  2. AnyIO does not support the Proactor loop yet, but we rely on AnyIO to support asyncio

So this is blocked until AnyIO supports the proactor event loop or until we add an asyncio backend.

@graingert
Copy link
Member

@pquentin afaik anyio 3 supports the Proactor loop now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants