The current theory is that things go wrong because libffi is loaded from both python itself (due to building in the ctypes extension) as well as dynamically through libgirepository.
I extended the test program to use ctypes and gi.repository at the same time, and both work with my local packages which build ctypes as a separate extension again. ** Attachment added: "test script with ctypes" https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/909292/+attachment/3127526/+files/set_cell_data_func.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/909292 Title: Crashes when C calls Python callback with Python3 due to local ctypes module build configuration To manage notifications about this bug go to: https://bugs.launchpad.net/pygobject/+bug/909292/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
