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 amaury.forgeotdarc
Recipients LambertDW, amaury.forgeotdarc, barronh, belopolsky, grubert
Date 2010-07-20.06:27:11
SpamBayes Score 0.1435487
Marked as misclassified No
Message-id <1279607234.18.0.257831499861.issue5476@psf.upfronthosting.co.za>
In-reply-to
Content
multiple inheritance should not be a problem: there can be only one "dominant base", which is 'int' in this case.
someone with a debugger should step into this call to PyType_Ready() and see why it does not set the flag correctly (at the end of inherit_special())
History
Date User Action Args
2010-07-20 06:27:14amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, belopolsky, grubert, LambertDW, barronh
2010-07-20 06:27:14amaury.forgeotdarcsetmessageid: <1279607234.18.0.257831499861.issue5476@psf.upfronthosting.co.za>
2010-07-20 06:27:11amaury.forgeotdarclinkissue5476 messages
2010-07-20 06:27:11amaury.forgeotdarccreate