]> git.ipfire.org Git - thirdparty/tornado.git/commit
asyncio: Deprecate AnyThreadEventLoopPolicy
authorBen Darnell <ben@bendarnell.com>
Fri, 3 Dec 2021 18:07:30 +0000 (13:07 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 16 Jan 2022 21:49:19 +0000 (16:49 -0500)
commit5f2405afdf044f4d4c004f4a28869b95a4467492
tree072f3eee14b38f9e51995c2cfe5290dfc919368e
parent861487f24713b338eae159c8a1979699f7483c43
asyncio: Deprecate AnyThreadEventLoopPolicy

Implicit creation of event loops has been deprecated in Python 3.10.
Since AnyThreadEventLoopPolicy modifies the rules for implicit loop
creation, it is also deprecated.
tornado/platform/asyncio.py
tornado/test/asyncio_test.py