[patch] python-dbus 0.80.1 memory leak issue

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Jan 31 11:55:03 PST 2007


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


More information about the dbus mailing list