[Bug 1048105] Re: negative ref count in treeview selection function using python-dbg

2013-11-03 Thread Forest
This problem still exists in ubuntu 13.10 (saucy). ** Tags added: saucy -- 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

[Bug 1048105] Re: negative ref count in treeview selection function using python-dbg

2013-11-03 Thread Forest
...and just to be clear, it is important because it prevents us from debugging other programs. -- 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

[Bug 1048105] Re: negative ref count in treeview selection function using python-dbg

2013-04-05 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: pygtk (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygtk in Ubuntu.

[Bug 1048105] Re: negative ref count in treeview selection function using python-dbg

2012-09-08 Thread Dustin Spicuzza
** Attachment added: Test program that reproduces the bug https://bugs.launchpad.net/bugs/1048105/+attachment/3302478/+files/treeview_bug.py -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to pygtk in Ubuntu.

[Bug 1048105] Re: negative ref count in treeview selection function using python-dbg

2012-09-08 Thread Dustin Spicuzza
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