This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients BTaskaya, andrei.avk, ethan.furman, gvanrossum, jbasko, rhettinger, stutzbach, tda
Date 2021-07-09.02:42:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625798528.97.0.272187689584.issue35815@roundup.psfhosted.org>
In-reply-to
Content
> 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?

Agreed. The abstractness checks are limited and not intended to prevent all ways of creating abstract instances -- just to catch typical mistakes early. (I vaguely recall another bug report about a weakness in this check that I resolved in the same way.)
History
Date User Action Args
2021-07-09 02:42:09gvanrossumsetrecipients: + gvanrossum, rhettinger, stutzbach, ethan.furman, BTaskaya, jbasko, tda, andrei.avk
2021-07-09 02:42:08gvanrossumsetmessageid: <1625798528.97.0.272187689584.issue35815@roundup.psfhosted.org>
2021-07-09 02:42:08gvanrossumlinkissue35815 messages
2021-07-09 02:42:08gvanrossumcreate