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 Dennis Sweeney
Recipients Dennis Sweeney, erezinman, kamilturek
Date 2021-03-14.00:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615683088.87.0.706508289108.issue43010@roundup.psfhosted.org>
In-reply-to
Content
> the ABC wouldn't have any abstract methods,

I was wrong about this since the @abstractmethod decorator adds 'f' to the __abstractmethods__ set of the ABC, but the rest of my comment stands.
History
Date User Action Args
2021-03-14 00:51:28Dennis Sweeneysetrecipients: + Dennis Sweeney, erezinman, kamilturek
2021-03-14 00:51:28Dennis Sweeneysetmessageid: <1615683088.87.0.706508289108.issue43010@roundup.psfhosted.org>
2021-03-14 00:51:28Dennis Sweeneylinkissue43010 messages
2021-03-14 00:51:28Dennis Sweeneycreate