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 eltoder
Recipients benjamin.peterson, daniel.urban, eltoder, eric.araujo, eric.snow, nadeem.vawda, pitrou, rhettinger, terry.reedy, thet
Date 2011-07-11.12:35:43
SpamBayes Score 0.002187743
Marked as misclassified No
Message-id <1310387744.25.0.7217332052.issue5996@psf.upfronthosting.co.za>
In-reply-to
Content
They are, when there's a most specific metaclass -- the one which is a subclass of all others (described here http://www.python.org/download/releases/2.2.3/descrintro/#metaclasses, implemented here http://hg.python.org/cpython/file/ab162f925761/Objects/typeobject.c#l1956). Since ABCMeta is a subclass of type this holds.

Also, in the original example there's no multiple inheritance at all.
History
Date User Action Args
2011-07-11 12:35:44eltodersetrecipients: + eltoder, rhettinger, terry.reedy, pitrou, nadeem.vawda, benjamin.peterson, eric.araujo, thet, daniel.urban, eric.snow
2011-07-11 12:35:44eltodersetmessageid: <1310387744.25.0.7217332052.issue5996@psf.upfronthosting.co.za>
2011-07-11 12:35:43eltoderlinkissue5996 messages
2011-07-11 12:35:43eltodercreate