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 gvanrossum
Recipients asvetlov, gvanrossum, iritkatriel, njs, yselivanov
Date 2022-02-16.17:59:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Now that TaskGroup is merged (see bpo-46752) we might consider adding some form of cancel scopes (another Trio idea).

There's a sensible implementation we could use as a starting point in @asvetlov's async-timeout package (https://github.com/aio-libs/async-timeout).
History
Date User Action Args
2022-02-16 17:59:12gvanrossumsetrecipients: + gvanrossum, njs, asvetlov, yselivanov, iritkatriel
2022-02-16 17:59:12gvanrossumsetmessageid: <[email protected]>
2022-02-16 17:59:12gvanrossumlinkissue46771 messages
2022-02-16 17:59:12gvanrossumcreate