Message87380
This is a bug in pygobject, which has been already corrected btw:
http://git.gnome.org./cgit/pygobject/commit/?id=84706c9a73ad8b2e1dbd3eada09e4425a01d4d05
The "corrupted base object" is actually an old-style class...
[the gdb trace shows that you don't have this version: in
pyg_type_add_interfaces(), the variable 'base' was a PyTypeObject*, the
bug fix changed it to a PyObject*] |
|
Date |
User |
Action |
Args |
2009-05-07 17:35:26 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, mark.dickinson, gbritton |
2009-05-07 17:35:26 | amaury.forgeotdarc | set | messageid: <1241717726.37.0.899001777231.issue5909@psf.upfronthosting.co.za> |
2009-05-07 17:35:25 | amaury.forgeotdarc | link | issue5909 messages |
2009-05-07 17:35:24 | amaury.forgeotdarc | create | |
|