python3 uses del for uninitialization of classes, it would be good to have this as well, it can help to uninitialize python variables, while in dealloc we can uninitialize c variables.
this is useful for example when we are using a module that uses ctypes, or is dependent on some python initialization.
python3 uses del for uninitialization of classes, it would be good to have this as well, it can help to uninitialize python variables, while in dealloc we can uninitialize c variables.
this is useful for example when we are using a module that uses ctypes, or is dependent on some python initialization.