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 ronaldoussoren
Recipients amaury.forgeotdarc, belopolsky, benjamin.peterson, ronaldoussoren, rupole
Date 2013-07-24.11:08:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374664099.99.0.198549806218.issue3453@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if multiple inheritance is explicitly supported at the C level, but it is possible to create an extension type with multiple base classes in tp_bases.
History
Date User Action Args
2013-07-24 11:08:20ronaldoussorensetrecipients: + ronaldoussoren, amaury.forgeotdarc, belopolsky, rupole, benjamin.peterson
2013-07-24 11:08:19ronaldoussorensetmessageid: <1374664099.99.0.198549806218.issue3453@psf.upfronthosting.co.za>
2013-07-24 11:08:19ronaldoussorenlinkissue3453 messages
2013-07-24 11:08:19ronaldoussorencreate