Commit 34c391d7 authored by Fred Drake's avatar Fred Drake

Correct the reference count information for the parameters of

PyErr_Restore().
parent a2b6ad6e
......@@ -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:
......
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