[issue16049] Create abstract base classes by inheritance rather than a direct invocation of __metaclass__

Bruno Dupuis report at bugs.python.org
Thu Nov 29 17:02:45 CET 2012


Bruno Dupuis added the comment:

This solution hides the risk of metaclass conflicts, as the user did not explicitly set the metaclass. IMO, this risk should be clearly told in the Doc.

----------
nosy: +bruno.dupuis

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


More information about the Python-bugs-list mailing list