]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94597: Add asyncio.EventLoop (#110723)
authorThomas Grainger <tagrain@gmail.com>
Thu, 12 Oct 2023 14:13:57 +0000 (07:13 -0700)
committerGitHub <noreply@github.com>
Thu, 12 Oct 2023 14:13:57 +0000 (07:13 -0700)
commit8c6c14b91bf95e04018151c53bce6e27e0e22447
tree10032d3467d24b4ef7d490173b10ae3bc9f28b5e
parent1e3460d9faaffb35b3c6175c666b1f45aea2c1d8
gh-94597: Add asyncio.EventLoop (#110723)

This is needed to pave the way for deprecating and eventually killing the event loop policy system (which is over-engineered and rarely used).
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-runner.rst
Lib/asyncio/unix_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_runners.py
Misc/NEWS.d/next/Library/2023-10-11-15-07-21.gh-issue-94597.NbPC8t.rst [new file with mode: 0644]