Skip to main content

PyObject_IS_GC

Function PyObject_IS_GC 

pub unsafe extern "C" fn PyObject_IS_GC(o: *mut PyObject) -> i32
Available on crate feature tls and Py_3_9 only.