Message 110870 - Python tracker (original) (raw)
Message110870
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:14 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, belopolsky, grubert, LambertDW, barronh |
2010-07-20 06:27:14 | amaury.forgeotdarc | set | messageid: 1279607234.18.0.257831499861.issue5476@psf.upfronthosting.co.za |
2010-07-20 06:27:11 | amaury.forgeotdarc | link | issue5476 messages |
2010-07-20 06:27:11 | amaury.forgeotdarc | create |