]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 27 Apr 2023 11:52:15 +0000 (12:52 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2023 11:52:15 +0000 (12:52 +0100)
commit63842bd90793c693f56bd8aad710b5267d41cf6d
treef0bdccdc533b62e48f7ad327981ca96eae387968
parent78942ecd9b1dbbd95e99cc298b0154fe126dac12
gh-103590: do not wrap a single exception raised from a try-except* (#103665)
Doc/whatsnew/3.12.rst
Lib/test/test_except_star.py
Misc/NEWS.d/next/Core and Builtins/2023-04-21-16-12-41.gh-issue-103590.7DHDOE.rst [new file with mode: 0644]
Objects/exceptions.c