Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Since 3.10asyncio.get_event_loop() emits a deprecation warning if used outside of the event loop (see#83710). It is a time to turn a warning into error and makeasyncio.get_event_loop() an alias ofasyncio.get_running_loop().
But maybe we should first deprecateset_event_loop()? It will be a no-op now.
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done
Status
Done