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 Michael Hooreman
Recipients Michael Hooreman
Date 2018-08-05.16:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533486586.96.0.56676864532.issue34338@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

When I decorate a class method with abc.abstractmethod, and I call it from the class (not the instance), the call is successful.

It looks like ID 5867 which was closed years ago.

See https://stackoverflow.com/questions/51669362/python-3-6-abc-abstracmethod-on-classmethod-no-check-on-class-level-call

Thanks!
History
Date User Action Args
2018-08-05 16:29:46Michael Hooremansetrecipients: + Michael Hooreman
2018-08-05 16:29:46Michael Hooremansetmessageid: <1533486586.96.0.56676864532.issue34338@psf.upfronthosting.co.za>
2018-08-05 16:29:46Michael Hooremanlinkissue34338 messages
2018-08-05 16:29:46Michael Hooremancreate