]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140947: fix contextvars handling for server tasks in asyncio (#141158)
authorKumar Aditya <kumaraditya@python.org>
Sat, 21 Mar 2026 12:14:08 +0000 (17:44 +0530)
committerGitHub <noreply@github.com>
Sat, 21 Mar 2026 12:14:08 +0000 (17:44 +0530)
commit60fbc20ef91bdde2ca8372455bc043d5327454e8
tree6492ac5afe4850b73b635beca6d2d4ee6dd984e2
parent897fa231a7b9f3b0d5a983e1d2ab37f22304c455
gh-140947: fix contextvars handling for server tasks in asyncio  (#141158)
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py
Lib/test/test_asyncio/test_server_context.py [new file with mode: 0644]
Lib/test/test_asyncio/utils.py
Misc/NEWS.d/next/Library/2026-03-21-08-23-26.gh-issue-140947.owZ4r_.rst [new file with mode: 0644]