News

When I delete the object from C++, the program crashes. From the debugger I see that the director dtor calls Py_DECREF on the Python object, which then triggers _wrap_delete_MyClass_closure, which in ...