From: Fred Drake Date: Mon, 10 Apr 2000 18:25:09 +0000 (+0000) Subject: The reference count field for PyErr_NoMemory() and X-Git-Tag: v1.6a2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db2764d941f338028a7fdc164ed92a38768d6849;p=python The reference count field for PyErr_NoMemory() and PyErr_SetFromErrno() should be "null". --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 04a9d5294b..8da1bf2ebe 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:::