Skip to main content

PyObject_GC_IsTracked

Function PyObject_GC_IsTracked 

pub unsafe extern "C" fn PyObject_GC_IsTracked(
    arg1: *mut PyObject,
) -> i32
Available on crate feature tls and (Py_3_9 and non-PyPy, or Py_3_10) only.