Replies: 2 comments
-
Sure. Let's wait for the 3.11 support on underneath packages and go for it. 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Back here 👋 So...
But shouldn't we wait for things to be fixed in CPython? 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of the GELectomy (removing the per thread global eventloop from
asyncio.get_event_loop()
) asyncio.runners now provides a policy free way to select the eventloop implementation. uvicorn should use this on 3.11 and consider backporting the implementation for other python versionsBeta Was this translation helpful? Give feedback.
All reactions