]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after raising...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Sat, 22 Oct 2022 16:05:11 +0000 (21:35 +0530)
committerGitHub <noreply@github.com>
Sat, 22 Oct 2022 16:05:11 +0000 (09:05 -0700)
commitf4a14941e6e54b15012fca067f6a9b2ff29f201a
treec7f459b8a71250669a026caf8f4c7e180fb708fc
parent5871e19942fdcf83653924ae9a849941669c1143
GH-98543: Fix `asyncio.TaskGroup`  to not keep reference to errors after raising ExceptionGroup  (#98544)
Lib/asyncio/taskgroups.py