unsafe fn tp_dealloc(slf: *mut PyObject, type_obj: &Bound<'_, PyType>)Expand description
Implementation of tp_dealloc.
§Safety
slfmust be a valid pointer to an instance of the type attype_objor a subclass.slfmust not be used after this call (as it will be freed).