Skip to main content

PyObject_GET_WEAKREFS_LISTPTR

Function PyObject_GET_WEAKREFS_LISTPTR 

Source
pub unsafe extern "C" fn PyObject_GET_WEAKREFS_LISTPTR(
    o: *mut PyObject,
) -> *mut *mut PyObject
Available on neither GraalPy nor PyPy and neither Py_LIMITED_API nor RustPython only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here