[Python-Dev] python and super

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Apr 15 02:37:04 CEST 2011


Ricardo Kirkner wrote:
> My question is,
> shouldn't/wouldn't it be better,
> if python took ownership of that part, and ensured all classes get
> called, even if some class misbehaved?

I don't think so. If a class isn't designed to be part of
a super chain, there are likely to be other issues that
can't be fixed as simply as this.

-- 
Greg


More information about the Python-Dev mailing list