Closed bennierex closed 9 years ago
The instance pointer (PyObject *self) should be made global to be able to do a proper cleanup after the last reference is removed.
Pointer and reference counting should be fixed now.
The instance pointer (PyObject *self) should be made global to be able to do a proper cleanup after the last reference is removed.