This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, gbritton, mark.dickinson
Date 2009-05-07.17:35:24
SpamBayes Score 0.0030097435
Marked as misclassified No
Message-id <1241717726.37.0.899001777231.issue5909@psf.upfronthosting.co.za>
In-reply-to
Content
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*]
History
Date User Action Args
2009-05-07 17:35:26amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, mark.dickinson, gbritton
2009-05-07 17:35:26amaury.forgeotdarcsetmessageid: <1241717726.37.0.899001777231.issue5909@psf.upfronthosting.co.za>
2009-05-07 17:35:25amaury.forgeotdarclinkissue5909 messages
2009-05-07 17:35:24amaury.forgeotdarccreate