Skip to content
Prev Previous commit
Next Next commit
Add news
  • Loading branch information
markshannon committed Feb 6, 2023
commit d260b13f6dc74c591dcd93f87d7892959e6bc4f1
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
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
:cfunc:`PyException_SetArgs` as convenience functions to help dealing with
exceptions in the C API.