From: Fred Drake Date: Tue, 15 Aug 2000 04:36:16 +0000 (+0000) Subject: Correct the reference count information for the parameters of X-Git-Tag: v2.0b1~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34c391d7437a9005bb581d643fcad4f957dfbe88;p=python Correct the reference count information for the parameters of PyErr_Restore(). --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 06db30c39e..bb71d717e4 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: