Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
My knowledge may be out of date, but I thought multiple inheritance was only supported at the python level. If this is still the case, then no initialization check is needed. (You cannot get an uninitialized type at python level.) An extra defensive assert is usually not a bad thing in the code, but in this particular case one would need a loop with checks and it does not seem justified. -1 ---------- nosy: +belopolsky stage: -> needs patch type: -> feature request versions: +Python 3.2 -Python 2.4, Python 2.5, Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue3453> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com