]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup...
authorNico-Posada <102486290+Nico-Posada@users.noreply.github.com>
Fri, 20 Dec 2024 19:20:31 +0000 (13:20 -0600)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2024 19:20:31 +0000 (19:20 +0000)
commit3879ca0100942ae15a09ac22889cbe3e46d424eb
tree366ec8e3dcc8f834b8666916af4da447eaa7f48d
parent5a584c8f54bbeceae7ffa501291e29b7ddc8a0b9
gh-128049: Fix type confusion bug with the return value of a custom ExceptionGroup split function (#128079)
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