GNOME Bugzilla – Bug 676283
Gtk.TreeView.set_search_equal_func segfaults on Python 3
Last modified: 2012-05-19 08:19:35 UTC
Created attachment 214282 [details] Minimal test script If a search function has been set with Gtk.TreeView.set_search_equal_func, then actually trying to do a search will result in a segfault on Python 3. On Python 2 it works as expected. Attaching a minimal test.
This test case works for me. I'm 95% sure that this is bug 669157. This was a bug in Debian/Ubuntu's Python 3 package (http://bugs.debian.org/665359). It is fixed in the updates for 12.04, but not yet in Debian. Can you please confirm you are running Debian?
Yes, I'm running Debian unstable.
I recompiled python3.2 myself with those fixes from Ubuntu. The test case works for me now.
*** This bug has been marked as a duplicate of bug 669157 ***