Hi, I'm using sipMapCppToSelf to convert a C++ object to a PyObject that will be a parameter in a PyObject_CallFunction call. My question is, what I should do with the returned PyObject when is no longer needed? Delete it? How? Thanks, David