We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4602710 commit 7bc139fCopy full SHA for 7bc139f
Doc/c-api/exceptions.rst
@@ -493,10 +493,10 @@ Querying the error indicator
493
.. versionadded:: 3.3
494
495
.. versionchanged:: 3.11
496
- The ``type`` and ``traceback`` arguments are no longer used, the
497
- interpreter now derives them the exception instance (the ``value``
498
- argument). The function still steals references of all three
499
- arguments.
+ The ``type`` and ``traceback`` arguments are no longer used and
+ can be NULL. The interpreter now derives them from the exception
+ instance (the ``value`` argument). The function still steals
+ references of all three arguments.
500
501
502
Signal Handling
0 commit comments