]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
authorKumar Aditya <kumaraditya@python.org>
Mon, 4 Nov 2024 08:51:20 +0000 (14:21 +0530)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 08:51:20 +0000 (14:21 +0530)
commitfe5a6ab7bea927e887b7b3c2d4e8fe8eac7106c3
treea5be0f4c827f80f43dcacc6a967a22f652d21cf1
parent0d80777981f95bbc79b146fc78b2189c82521ab9
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)

Remove implicit creation of loop from `asyncio.get_event_loop`. This is a step forward of deprecating the policy system of asyncio.
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-policy.rst
Doc/whatsnew/3.14.rst
Lib/asyncio/events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_unix_events.py
Lib/test/test_cmd_line.py
Misc/NEWS.d/next/Library/2024-11-03-10-48-07.gh-issue-126353.ChDzot.rst [new file with mode: 0644]