No-op explicit deallocations and make GCs safe inside finalizers.
Make sure CPython functions like PyObject_Del do not free any objects. It's better to let the GC free all objects because only the GC can guarantee that there are no more references to an object.
Showing
Please register or sign in to comment