Function pyo3::impl_::pyclass::tp_dealloc

source ·
pub(crate) unsafe extern "C" fn tp_dealloc<T: PyClass>(
    obj: *mut PyObject
)
Expand description

Implementation of tp_dealloc for pyclasses without gc

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