pyo3_ffi

Function _PyErr_ChainExceptions

Source
pub unsafe extern "C" fn _PyErr_ChainExceptions(
    typ: *mut PyObject,
    val: *mut PyObject,
    tb: *mut PyObject,
)
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.