mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
This commit is contained in:
parent
3b264df470
commit
60bbed7f17
2 changed files with 20 additions and 32 deletions
|
@ -606,6 +606,9 @@ PyErr_GetExcInfo:PyObject**:ptype:+1:
|
|||
PyErr_GetExcInfo:PyObject**:pvalue:+1:
|
||||
PyErr_GetExcInfo:PyObject**:ptraceback:+1:
|
||||
|
||||
PyErr_GetRaisedException:PyObject*::+1:
|
||||
PyErr_SetRaisedException::::
|
||||
|
||||
PyErr_GivenExceptionMatches:int:::
|
||||
PyErr_GivenExceptionMatches:PyObject*:given:0:
|
||||
PyErr_GivenExceptionMatches:PyObject*:exc:0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue