]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] GH-98543: Fix `asyncio.TaskGroup` to not keep reference to errors after raisi...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Oct 2022 18:08:22 +0000 (11:08 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Oct 2022 18:08:22 +0000 (11:08 -0700)
commit36d25a4f7f8263cac9f8609e0347d4060d1dce3b
treeb5105fbe1e74dba5fb98af442c604069ecff717c
parent032d1276edd5bedd99f199ea53be101e0816f018
[3.11] GH-98543: Fix `asyncio.TaskGroup`  to not keep reference to errors after raising ExceptionGroup  (GH-98544) (#98550)

GH-98543: Fix `asyncio.TaskGroup`  to not keep reference to errors after raising ExceptionGroup  (GH-98544)
(cherry picked from commit f4a14941e6e54b15012fca067f6a9b2ff29f201a)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/asyncio/taskgroups.py