Improve multiple inheritance for oldstyle classes
In particular, subclassing from (oldstyle_cls, newstyle_cls) results in a newstyle class, since ClassType.__new__ defers to any of the bases that are not oldstyle classes.
Showing
Please register or sign in to comment