New submission from Guido van Rossum <gu...@python.org>:

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).

----------
components: asyncio
messages: 413345
nosy: asvetlov, gvanrossum, iritkatriel, njs, yselivanov
priority: normal
severity: normal
stage: needs patch
status: open
title: Add some form of cancel scopes
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46771>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to