[issue45390] asyncio.Task doesn't propagate CancelledError() exception correctly.

Andrew Svetlov report at bugs.python.org
Mon Feb 21 15:59:10 EST 2022


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:


New changeset 4140bcb1cd76dec5cf8d398f4d0e86c438c987d0 by Andrew Svetlov in branch 'main':
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)
https://github.com/python/cpython/commit/4140bcb1cd76dec5cf8d398f4d0e86c438c987d0


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45390>
_______________________________________


More information about the Python-bugs-list mailing list