We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b0719 commit 588558cCopy full SHA for 588558c
newsfragments/2611.bugfix.rst
@@ -1,4 +1,5 @@
1
When a starting function raises before calling :func:`trio.TaskStatus.started`,
2
:func:`trio.Nursery.start` will no longer wrap the exception in an undocumented
3
-:exc:`ExceptionGroup`. Previously, an :exc:`ExceptionGroup` was added when using
4
-``trio.run(..., strict_exception_groups=True)``.
+:exc:`ExceptionGroup`. Previously, :func:`trio.Nursery.start` would incorrectly
+raise an :exc:`ExceptionGroup` containing it when using ``trio.run(...,
5
+strict_exception_groups=True)``.
0 commit comments