]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Avoid deprecation warning in start on py310
authorBen Darnell <ben@bendarnell.com>
Tue, 28 Dec 2021 19:52:52 +0000 (14:52 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Jan 2022 21:49:19 +0000 (16:49 -0500)
commit2cecd60353377d20a1a67d6fb646ccdc24b7ba91
treeea848200987d4ccd6986dc2744f5302d951cc47b
parentebba482aa6009fcb7d1e6b222bdb2b3d96440c0a
asyncio: Avoid deprecation warning in start on py310

Also avoid deprecated asyncio.get_event_loop in asyncio_test.
tornado/platform/asyncio.py
tornado/test/asyncio_test.py