From: Ben Darnell Date: Thu, 20 Feb 2025 22:47:25 +0000 (-0500) Subject: Merge pull request #3461 from bdarnell/deprecations-314 X-Git-Tag: v6.5.0b1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5b9231207338f727910570e8388dcc0ee91888;p=thirdparty%2Ftornado.git Merge pull request #3461 from bdarnell/deprecations-314 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 --- bc5b9231207338f727910570e8388dcc0ee91888