Skip to content

Commit

Permalink
add newsfragment for issue #2611, PR #2826
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Oct 26, 2023
1 parent c9e01f4 commit a36102b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newsfragments/2611.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
With ``strict_exception_groups=True``, when you ran a function in a nursery which raised an exception before calling ``task_status.started()``, it previously got wrapped twice over in ``ExceptionGroup`` in some cases. It no longer does that, and also won't wrap any ``ExceptionGroup`` raised by the function itself.

0 comments on commit a36102b

Please sign in to comment.