]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
authorKumar Aditya <kumaraditya@python.org>
Wed, 18 Dec 2024 12:34:20 +0000 (18:04 +0530)
committerGitHub <noreply@github.com>
Wed, 18 Dec 2024 12:34:20 +0000 (18:04 +0530)
commitdbd08fb60d1c434ebb6009d28d2b97f90e011032
tree4919c52b32f03506b99c9f73f05c8acd2098a2ff
parentbad3cdefa840ff099e5e08cf88dcf6dfed7d37b8
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)

This deprecates `asyncio.get_event_loop_policy` and will be removed in Python 3.16.
Doc/library/asyncio-policy.rst
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_asyncio/test_subprocess.py
Lib/test/test_asyncio/test_windows_events.py
Lib/test/test_contextlib_async.py
Lib/test/test_unittest/test_async_case.py
Modules/_asynciomodule.c