]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-128049: Fix type confusion bug with the return value of a custom ExceptionG...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Dec 2024 20:19:12 +0000 (21:19 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 20:19:12 +0000 (20:19 +0000)
commitf65ac86ca14115d1b3a74ad3948ed2a56c43c4f8
tree84d73b2949763a01f40190965ad835aa7bda47ed
parent23e8fc277593df872498b6e06bda476f824f3d01
[3.12] gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079) (#128140)

gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079)
(cherry picked from commit 3879ca0100942ae15a09ac22889cbe3e46d424eb)

Co-authored-by: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Lib/test/test_except_star.py
Misc/NEWS.d/next/Core_and_Builtins/2024-12-18-14-22-48.gh-issue-128079.SUD5le.rst [new file with mode: 0644]
Python/ceval.c