Skip to content

Commit 52b3aea

Browse files
authored
add newsfragment for issue #2611, PR #2826 (#2836)
1 parent c9e01f4 commit 52b3aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

newsfragments/2611.bugfix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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 commit comments

Comments
 (0)