[issue46771] Add some form of cancel scopes

Tin Tvrtković report at bugs.python.org
Wed Feb 16 18:23:00 EST 2022


Tin Tvrtković <tinchester at gmail.com> added the comment:

On the topic of TaskGroups needing to know whether to swallow a child CancelledError or no: just use the same nonce/cancellation context trick?

I remember asking Nathaniel about why in Trio nurseries and cancel scopes were linked (nurseries contain a cancel scope there), whereas in Quattro they are completely separate, and not really understanding the answer. I think I'm getting it now.

----------

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


More information about the Python-bugs-list mailing list