[issue35815] Able to instantiate a subclass with abstract methods from __init_subclass__ of the ABC

Raymond Hettinger report at bugs.python.org
Thu Jul 8 21:18:00 EDT 2021


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

At worst, this seems like only a minor nuisance.  The ABC metaclass is limited in its powers and seems to reasonably cover the common use cases.  
I recommend leaving it as is.  Guido, what do you think?

----------
assignee:  -> gvanrossum
nosy: +gvanrossum

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35815>
_______________________________________


More information about the Python-bugs-list mailing list