]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110771: Decompose run_forever() into parts (#110773)
authorRussell Keith-Magee <russell@keith-magee.com>
Fri, 13 Oct 2023 14:12:32 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Oct 2023 14:12:32 +0000 (14:12 +0000)
commita7e2a10a85bb597d3bb8f9303214bd0524fa54c3
tree9767640a38dfaa2e297492a45ab13030830443bd
parent0ed2329a1627fc8ae97b009114cd960c25567f75
gh-110771: Decompose run_forever() into parts (#110773)

Effectively introduce an unstable, private (really: protected) API for subclasses that want to override `run_forever()`.
Lib/asyncio/base_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_base_events.py
Misc/NEWS.d/next/Library/2023-10-13-06-47-20.gh-issue-110771.opwdlc.rst [new file with mode: 0644]