Consider the following two lines of source code at the beginning of a C extension function: PyObject *O; if (! PyArg_ParseTuple(args, "O", &O)) return NULL; Is it necessary to call Py_DECREF(O) before leaving the extension function? Thanks! Ralf Sent via Deja.com http://www.deja.com/ Before you buy.