I verified most of the reverse dependencies. The ones that are still
left are:

yafaray
libapache2-mod-wsgi-py3

For those I had a look at which symbols they need, and grepped for the
removed symbols:

$ dpkg -L yafaray | grep .so | xargs nm -D | egrep 
'PyC|stgdict|PyDict_SetItemProxy|PyDict_GetItemProxy'
                 U PyCapsule_GetPointer
                 U PyCapsule_Import
                 U PyCapsule_New

$ nm -D /usr/lib/apache2/modules/mod_wsgi.so-3.2 | egrep 
'PyC|stgdict|PyDict_SetItemProxy|PyDict_GetItemProxy' 
                 U PyCFunction_NewEx
                 U PyCapsule_New

These both look fine, these symbols were not removed.

-- 
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

Reply via email to