Commit db2764d9 authored by Fred Drake's avatar Fred Drake

The reference count field for PyErr_NoMemory() and

PyErr_SetFromErrno() should be "null".
parent 5e872de6
......@@ -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:::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment