Skip to content

Commit

Permalink
Correct the reference count information for the parameters of
Browse files Browse the repository at this point in the history
PyErr_Restore().
  • Loading branch information
freddrake committed Aug 15, 2000
1 parent a2b6ad6 commit 34c391d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/api/refcounts.dat
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ PyErr_Occurred:PyObject*::0:
PyErr_Print:void:::

PyErr_Restore:void:::
PyErr_Restore:PyObject*:type:0:
PyErr_Restore:PyObject*:value:0:
PyErr_Restore:PyObject*:traceback:0:
PyErr_Restore:PyObject*:type:-1:
PyErr_Restore:PyObject*:value:-1:
PyErr_Restore:PyObject*:traceback:-1:

PyErr_SetFromErrno:PyObject*::null:
PyErr_SetFromErrno:PyObject*:type:0:
Expand Down

0 comments on commit 34c391d

Please sign in to comment.