]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123720: When closing an asyncio server, stop the handlers (#124689)
authorGuido van Rossum <guido@python.org>
Sat, 14 Mar 2026 18:28:49 +0000 (11:28 -0700)
committerGitHub <noreply@github.com>
Sat, 14 Mar 2026 18:28:49 +0000 (11:28 -0700)
commit788c3291172b55efa7cf8b33a315e4b0fe63540c
tree6d55851ea6f191e588a206f1d87bbd72d5e6e521
parent31c41a61f1afb7929d2698e48894264d8e2df86b
gh-123720: When closing an asyncio server, stop the handlers (#124689)
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_server.py
Misc/NEWS.d/next/Library/2026-03-11-10-25-32.gh-issue-123720.TauFRx.rst [new file with mode: 0644]