[issue5996] abstract class instantiable when subclassing dict

Raymond Hettinger report at bugs.python.org
Mon Jul 11 13:29:00 CEST 2011


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

IIRC, classes weren't supposed to be able inherit from two classes that had different metaclasses (since differing metaclasses don't necessarily play well with one another).

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list