8000 gh-103590: do not wrap a single exception raised from a try-except* by iritkatriel · Pull Request #103665 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-103590: do not wrap a single exception raised from a try-except* #103665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 27, 2023
Prev Previous commit
Next Next commit
add issue ref to whatsnew
  • Loading branch information
iritkatriel committed Apr 26, 2023
commit a5570247c6b4d6f461c2524c4f3691f96f97401c
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
8886
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Other Language Changes

* When a ``try-except*`` construct handles the entire :exc:`ExceptionGroup` and
and raises one other exception, that exception is no longer wrapped in an
:exc:`ExceptionGroup`.
:exc:`ExceptionGroup`. (Contributed by Irit Katriel in :gh:`103590`.)

New Modules
===========
Expand Down
0