[issue3453] PyType_Ready doesn't ensure that all bases are ready

Ronald Oussoren report at bugs.python.org
Wed Jul 24 13:08:20 CEST 2013


Ronald Oussoren added the comment:

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.

----------
nosy: +ronaldoussoren

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3453>
_______________________________________


More information about the Python-bugs-list mailing list