Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db2764d

Browse files
committed
The reference count field for PyErr_NoMemory() and
PyErr_SetFromErrno() should be "null".
1 parent 5e872de commit db2764d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api/refcounts.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ PyErr_NewException:char*:name::
159159
PyErr_NewException:PyObject*:base:0:
160160
PyErr_NewException:PyObject*:dict:0:
161161

162-
PyErr_NoMemory:PyObject*::0:
162+
PyErr_NoMemory:PyObject*::null:
163163

164164
PyErr_NormalizeException:void:::
165165
PyErr_NormalizeException:PyObject**:exc::???
@@ -175,7 +175,7 @@ PyErr_Restore:PyObject*:type:0:
175175
PyErr_Restore:PyObject*:value:0:
176176
PyErr_Restore:PyObject*:traceback:0:
177177

178-
PyErr_SetFromErrno:PyObject*:::
178+
PyErr_SetFromErrno:PyObject*::null:
179179
PyErr_SetFromErrno:PyObject*:type:0:
180180

181181
PyErr_SetInterrupt:void:::

0 commit comments

Comments
 (0)