]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter...
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 21 Feb 2022 20:59:04 +0000 (22:59 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 20:59:04 +0000 (22:59 +0200)
commit4140bcb1cd76dec5cf8d398f4d0e86c438c987d0
treeb23eb52fc33e73b506e60605490eadebcea0cc1c
parent59585d6b2ea50d7bc3a9b336da5bde61367f527c
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/asyncio-task.rst
Lib/asyncio/futures.py
Lib/test/test_asyncio/test_tasks.py
Misc/NEWS.d/next/Library/2022-02-17-11-00-16.bpo-45390.sVhG6M.rst [new file with mode: 0644]
Modules/_asynciomodule.c