mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Correct the reference count information for the parameters of
PyErr_Restore().
This commit is contained in:
parent
a2b6ad6e27
commit
34c391d743
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue