pyo3::impl_::pyclass

Function 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