[issue46771] Add some form of cancel scopes

Guido van Rossum report at bugs.python.org
Sun Feb 20 22:53:04 EST 2022


Guido van Rossum <guido at python.org> added the comment:

PS. The cancel count can work whether or not cancel() returns without setting must-cancel (or cancelling the underlying future/task) when there's already a cancellation in progress. Other things may be different though. We have to look into this separately.

----------

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


More information about the Python-bugs-list mailing list