Skip to main content

PyWeakref_GetRef

Function PyWeakref_GetRef 

pub unsafe fn PyWeakref_GetRef(
    reference: *mut PyObject,
    pobj: *mut *mut PyObject,
) -> i32
Available on crate feature tls and (docsrs or non-Py_3_13) only.