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
Move seealso to get API
  • Loading branch information
erlend-aasland committed Feb 17, 2023
commit 02334f4efbe02aaf373ce0dffb3904b62040cfba
6 changes: 3 additions & 3 deletions Doc/c-api/exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ Querying the error indicator
PyErr_SetRaisedException(exc);
}

.. seealso:: :c:func:`PyErr_GetRaisedException`,
to save the current raised exception.

.. versionadded:: 3.12


Expand All @@ -430,9 +433,6 @@ Querying the error indicator

This call steals a reference to *exc*, which must be a valid exception.

.. seealso:: :c:func:`PyErr_GetRaisedException`,
to save the current raised exception.

.. versionadded:: 3.12


Expand Down