Skip to content
Prev Previous commit
Next Next commit
Fix typos
  • Loading branch information
markshannon committed Feb 6, 2023
commit d5480e9a4cb0002a8f7e7e18a94b69df6d21ced5
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Deprecate the three arguments forms of :cfunc`PyErr_Fetch` and
Deprecate the three arguments forms of :cfunc:`PyErr_Fetch` and
:cfunc:`PyErr_Restore` and replace them with one argument forms that take
and return the exception object. Also add :cfunc`PyException_GetArgs` and
and return the exception object. Also add :cfunc:`PyException_GetArgs` and
:cfunc:`PyException_SetArgs` as convenience functions to help dealing with
exceptions in the C API.