]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:18:44 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 20:18:44 +0000 (20:18 +0000)
commit09d15aa9a87f69867e69f00d0e9671d70a4a49c5
tree7905cb8711c5c97e3636c8b6da434c82dfa891d5
parent43586a480421981013e77ae60cb8114c5ccaf688
[3.13] gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (GH-128079) (#128139)

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