diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-02-19 20:22:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 20:22:29 (GMT) |
commit | 60bbed7f174e481d3fc69984430a4667951678b3 (patch) | |
tree | 417f5973ef9884d00d179f896997a38de6fa795c /Doc/data | |
parent | 3b264df470c82d77f5b01c6f9d1d7173d1cb9597 (diff) | |
download | cpython-60bbed7f174e481d3fc69984430a4667951678b3.zip cpython-60bbed7f174e481d3fc69984430a4667951678b3.tar.gz cpython-60bbed7f174e481d3fc69984430a4667951678b3.tar.bz2 |
gh-101578: Amend PyErr_{Set,Get}RaisedException docs (#101962)
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index 349c4dd..ed2958f 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -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: |