[Bug 909292] Re: Crashes when C calls Python callback with Python3 due to local ctypes module build configuration
Martin Pitt
martin.pitt at ubuntu.com
Fri May 4 04:32:57 UTC 2012
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
Foundations Bugs, which is subscribed to python3.2 in Ubuntu.
https://bugs.launchpad.net/bugs/909292
Title:
Crashes when C calls Python callback with Python3 due to local ctypes
module build configuration
Status in Python bindings for GObject:
Confirmed
Status in “python3.2” package in Ubuntu:
Fix Released
Status in “python3.2” source package in Precise:
Fix Committed
Status in “python3.2” package in Debian:
Confirmed
Bug description:
The sample code is attached, both happens in new installed Ubuntu
11.10 and Ubuntu 12.04.
To manage notifications about this bug go to:
https://bugs.launchpad.net/pygobject/+bug/909292/+subscriptions
More information about the foundations-bugs
mailing list