Skip to main content

PyErr_GivenExceptionMatches

Function PyErr_GivenExceptionMatches 

pub unsafe extern "C" fn PyErr_GivenExceptionMatches(
    arg1: *mut PyObject,
    arg2: *mut PyObject,
) -> i32
Available on crate feature tls only.