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.
ExceptionGroup
1 parent 9531fe9 commit 1da9238Copy full SHA for 1da9238
Doc/library/exceptions.rst
@@ -978,6 +978,12 @@ their subgroups based on the types of the contained exceptions.
978
raises a :exc:`TypeError` if any contained exception is not an
979
:exc:`Exception` subclass.
980
981
+ .. impl-detail::
982
+
983
+ The ``excs`` parameter may be any sequence, but lists and tuples are
984
+ specifically processed more efficiently here. For optimum performance,
985
+ pass a tuple as ``excs``.
986
987
.. attribute:: message
988
989
The ``msg`` argument to the constructor. This is a read-only attribute.
0 commit comments