Skip to main content

PyObject_GenericHash

Function PyObject_GenericHash 

pub unsafe extern "C" fn PyObject_GenericHash(
    obj: *mut PyObject,
) -> isize
Available on crate feature tls and Py_3_13 only.