]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Taskgroup tweaks (GH-31559)
authorTin Tvrtković <tinchester@gmail.com>
Sat, 26 Feb 2022 16:18:48 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Feb 2022 16:18:48 +0000 (08:18 -0800)
commitedbee56d698ebb4489aa68311f44d104a23f5eb7
treea893557a3c45e059d09c0de457a7fb18da63a294
parent41ddcd3f40f8171a396e57b841a74fcc83884eab
Taskgroup tweaks (GH-31559)

Now uses .cancel()/.uncancel(), for even fewer broken edge cases.
Lib/asyncio/taskgroups.py
Lib/test/test_asyncio/test_taskgroups.py