This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, rupole
Date 2010-06-10.23:38:45
SpamBayes Score 0.024679393
Marked as misclassified No
Message-id <1276213128.43.0.430857867359.issue3453@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-06-10 23:38:48belopolskysetrecipients: + belopolsky, amaury.forgeotdarc, rupole, benjamin.peterson
2010-06-10 23:38:48belopolskysetmessageid: <1276213128.43.0.430857867359.issue3453@psf.upfronthosting.co.za>
2010-06-10 23:38:45belopolskylinkissue3453 messages
2010-06-10 23:38:45belopolskycreate