GNOME Bugzilla – Bug 676325
Gtk.TreeViewColumn.set_cell_data_func segfaults on Python 3
Last modified: 2012-05-19 08:19:44 UTC
Created attachment 214337 [details] Minimal test script Trying to use Gtk.TreeViewColumn.set_cell_data_func results in a segfault when using Python 3. Python 2 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 ***