pyo3::impl_::pyclass

Function tp_dealloc_with_gc

Source
pub(crate) unsafe extern "C" fn tp_dealloc_with_gc<T: PyClass>(
    obj: *mut PyObject,
)
Expand description

Implementation of tp_dealloc for pyclasses with gc

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here