Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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())

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to