This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tinchester
Recipients ajoino, alex.gronholm, asvetlov, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-16.23:23:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645053780.59.0.776102172661.issue46771@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-16 23:23:00tinchestersetrecipients: + tinchester, gvanrossum, njs, jab, asvetlov, alex.gronholm, yselivanov, iritkatriel, ajoino
2022-02-16 23:23:00tinchestersetmessageid: <1645053780.59.0.776102172661.issue46771@roundup.psfhosted.org>
2022-02-16 23:23:00tinchesterlinkissue46771 messages
2022-02-16 23:23:00tinchestercreate