Skip to main content

PyObject_GenericHash

Function PyObject_GenericHash 

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