Lines Matching full:inheritance
840 # Testing multiple inheritance...
881 # Testing multiple inheritance special cases...
1420 self.fail("inheritance from both list and dict should be illegal")
1428 self.fail("inheritance from non-type should be illegal")
1438 self.fail("inheritance from CFunction should be illegal")
2555 # Testing inheritance from basic types...
3750 # SF bug 575229, multiple inheritance w/ slots dumps core
3835 self.fail("shouldn't be able to create inheritance cycles")
3849 self.fail("shouldn't be able to create inheritance cycles")
5305 type_set_bases must check for an inheritance cycle not only through
5343 Otherwise, an implicit inheritance cycle through tp_subclasses