Function pyo3::impl_::pyclass::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