Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixup seealo, hopefully for real this time
  • Loading branch information
erlend-aasland committed Feb 17, 2023
commit 3cf91f80c839bd174ee7036d05c6f53590db5984
4 changes: 2 additions & 2 deletions Doc/c-api/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,8 @@ Querying the error indicator
PyErr_SetRaisedException(exc);
}

.. seealso:: :c:func:`PyErr_GetRaisedException`,
to save the current raised exception.
.. seealso:: :c:func:`PyErr_GetHandledException`,
to save the exception currently being handled.

.. versionadded:: 3.12

Expand Down