]> git.ipfire.org Git - thirdparty/tornado.git/commit
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)
commitbc5b9231207338f727910570e8388dcc0ee91888
tree67f66cfe19cd7a87238b8dcdc13bc3e470c9c496
parente2afb86a633e2660f6250f6eb10f1c880a72d513
parent5eea9534563340904fe010d0f7433d35cedb8dfb
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