From 34c391d7437a9005bb581d643fcad4f957dfbe88 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 15 Aug 2000 04:36:16 +0000 Subject: Correct the reference count information for the parameters of PyErr_Restore(). --- Doc/api/refcounts.dat | 6 +++--- 1 file 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: -- cgit v0.12