IIRC the problem happened when an object was used like this:

class OldStyle():
  ...

class NewStyle(object):
  ...

class MyObject(OldStyle, NewStyle):
  ...

and OldStyle is an old-style class, and NewStyle is a new-style class.

-- 
segfault in PyType_IsSubtype
https://bugs.launchpad.net/bugs/357740
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to pygobject in ubuntu.

-- 
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to