On Wed, 31 Jan 2007 at 11:58:51 -0500, John (J5) Palmieri wrote: > The first goto will call Py_XDECREF(handler) on a NULL. Does Py_XDECREF > handle NULL's as noops? Yes, that's what the X means. Py_DECREF is the fast unchecked version. Simon