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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to