[issue45098] asyncio.CancelledError should contain more information on cancellations

Andrew Svetlov report at bugs.python.org
Wed Mar 23 19:18:35 EDT 2022


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

#46829 deprecates cancellation messages.
#46771 implements timeout context manager based on previously added cancellation counter and task.uncancel()

I think this issue should be closed.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list