Edward C. Jones wrote: > Can Py_CLEAR completely replace Py_DECREF and Py_XDECREF? It would be less efficient in the cases where you don't need to check for NULL and/or clear the reference afterwards. -- Greg