-
-
Notifications
You must be signed in to change notification settings - Fork 482
3.10: get_event_loop
has been deprecated
#743
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
3.10: get_event_loop
has been deprecated
#743
Conversation
Is this backwards compatible with 3.8+? |
it should be, |
Co-authored-by: BobDotCom <71356958+BobDotCom@users.noreply.github.com>
f6f2d35
I recommend you use both
|
same thing happens with |
Fair enough, but using it plainly would raise a |
What's the update on this? It's pretty stale by this point. |
Closing as stale |
Summary
As shown in the docs
get_event_loop
in 3.10 raises a deprecation warning.https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.get_event_loop
Checklist
type: ignore
comments were used, a comment is also left explaining why