summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-02-14-21-21-49.bpo-46752.m6ldTm.rst
blob: f460600c8c9dde1e12745d2d3cb622fc38a08993 (plain)
1
2
Add task groups to asyncio (structured concurrency, inspired by Trio's nurseries).
This also introduces a change to task cancellation, where a cancelled task can't be cancelled again until it calls .uncancel().