]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-113538: Don't error in stream reader protocol callback when task is cancell...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Jan 2024 20:39:52 +0000 (21:39 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 20:39:52 +0000 (20:39 +0000)
commit456e2ecdd24f372bffd3083b9e4e51ca973f81f6
tree0335fc376f6c98b0a56b35924e75162fe1d23707
parentc828dbc196519f942418953aa9758e2df3a0bd9b
[3.11] gh-113538: Don't error in stream reader protocol callback when task is cancelled (GH-113690) (#113714)

(cherry picked from commit 4681a5271a8598b46021cbc556ac8098ab8a1d81)

Co-authored-by: Guido van Rossum <guido@python.org>
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]