]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:51:53 +0000 (21:51 +0100)
committerGitHub <noreply@github.com>
Thu, 4 Jan 2024 20:51:53 +0000 (20:51 +0000)
commit92ba4e10fad21db6505b819738b6d6458cb3f5e7
tree754dac30162a0dc746fda77b2ef2453a6492448c
parentd3f2051eec6039811ae42e4382e8b292a983edc1
[3.12] gh-113538: Don't error in stream reader protocol callback when task is cancelled (GH-113690) (#113713)

(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]