[issue24806] Inheriting from NoneType does not fail consistently

Armin Rigo report at bugs.python.org
Thu Aug 6 13:30:36 CEST 2015


Armin Rigo added the comment:

To be clearer, this bug report is, more precisely, about subclassing built-in classes that are not meant to be subclassable.  This includes type(None) and bool.

----------

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


More information about the Python-bugs-list mailing list