-
-
Notifications
You must be signed in to change notification settings - Fork 756
Closed
Description
As one of the first steps of removing the tornado IOLoop from the code bas is to remove the usage of IOLoop.run_sync in favour of asyncio.run. The two have semantic differences and require us to touch the way we set up a few of our tests. The way tornado interacts with the event loop via IOLoop.run_sync is deprecated in CPython. This usage is connected to multiple warnings like "pending task while loop is closing", "task not awaited", etc.
Requirements
- Deprecated call to
IOLoop.run_synchas been replaced byasyncio.runas appropriate
Implementation notes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels