]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Merge pull request #3461 from bdarnell/deprecations-314
authorBen Darnell <ben@bendarnell.com>
Thu, 20 Feb 2025 22:47:25 +0000 (17:47 -0500)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2025 22:47:25 +0000 (17:47 -0500)
Python 3.14 deprecates the asyncio event loop policy system, so make (most of) the necessary changes.

The deprecation of set_event_loop is extremely disruptive to AsyncTestCase, so I've asked if it can remain undeprecated in python/cpython#130322. The testing.py changes are temporary until this is resolved.

Fixes #3458


Trivial merge