Message110870
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()) |
|
| 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: <[email protected]> |
| 2010-07-20 06:27:11 | amaury.forgeotdarc | link | issue5476 messages |
| 2010-07-20 06:27:11 | amaury.forgeotdarc | create | |
|