]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127949: deprecate asyncio policy classes (#128216)
authorKumar Aditya <kumaraditya@python.org>
Tue, 24 Dec 2024 12:00:26 +0000 (17:30 +0530)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2024 12:00:26 +0000 (17:30 +0530)
commita391d80f4bf5a3cf5aa95340ca848b9a0294778d
tree1d09810b45471e2aabafe01e8f9016bccdae3e99
parent3f6a618e49b1c8c12a7bc0c26e846735e108dc97
gh-127949: deprecate asyncio policy classes (#128216)
Doc/library/asyncio-policy.rst
Lib/asyncio/__init__.py
Lib/asyncio/events.py
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_runners.py
Lib/test/test_asyncio/test_windows_events.py