]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113538: Don't error in stream reader protocol callback when task is cancelled...
authorGuido van Rossum <guido@python.org>
Thu, 4 Jan 2024 20:20:21 +0000 (12:20 -0800)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 20:20:21 +0000 (12:20 -0800)
commit4681a5271a8598b46021cbc556ac8098ab8a1d81
tree56b7bcaaf0ae3ce4ef3346ff1bb4c7d5728063f3
parent1600d78e2d090319930c6538b496ffcca120a696
gh-113538: Don't error in stream reader protocol callback when task is cancelled (#113690)
Lib/asyncio/streams.py
Lib/test/test_asyncio/test_streams.py
Misc/NEWS.d/next/Library/2024-01-03-14-19-26.gh-issue-113538.ahuBCo.rst [new file with mode: 0644]