Looking at PyEval_CallFunction, it appears that it expects the arguments
to be referenced before they are passed in, as it dereferences them upon
returning. By removing the Py_DECREF(pypath) at line 671 of
gtktreeview.override, this bug no longer occurs.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygtk in Ubuntu.
https://bugs.launchpad.net/bugs/1048105

Title:
  negative ref count in treeview selection function using python-dbg

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygtk/+bug/1048105/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to