From db2764d941f338028a7fdc164ed92a38768d6849 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 10 Apr 2000 18:25:09 +0000 Subject: [PATCH] The reference count field for PyErr_NoMemory() and PyErr_SetFromErrno() should be "null". --- Doc/api/refcounts.dat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 04a9d5294b1..8da1bf2ebe4 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -159,7 +159,7 @@ PyErr_NewException:char*:name:: PyErr_NewException:PyObject*:base:0: PyErr_NewException:PyObject*:dict:0: -PyErr_NoMemory:PyObject*::0: +PyErr_NoMemory:PyObject*::null: PyErr_NormalizeException:void::: PyErr_NormalizeException:PyObject**:exc::??? @@ -175,7 +175,7 @@ PyErr_Restore:PyObject*:type:0: PyErr_Restore:PyObject*:value:0: PyErr_Restore:PyObject*:traceback:0: -PyErr_SetFromErrno:PyObject*::: +PyErr_SetFromErrno:PyObject*::null: PyErr_SetFromErrno:PyObject*:type:0: PyErr_SetInterrupt:void:::