diff options
-rw-r--r-- | Doc/api/refcounts.dat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 06db30c..bb71d71 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -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: |