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 vaslem
Recipients vaslem
Date 2018-11-30.15:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543591825.01.0.788709270274.issue35362@psf.upfronthosting.co.za>
In-reply-to
Content
The following does not raise:

class Test(list, metaclass=ABCMeta):
    @abstractmethod
    def test(self):
        pass
test = Test()

There is not enough documentation to support this problem, so I believe this can be classified as a bug. Anyone please elaborate.
History
Date User Action Args
2018-11-30 15:30:25vaslemsetrecipients: + vaslem
2018-11-30 15:30:25vaslemsetmessageid: <1543591825.01.0.788709270274.issue35362@psf.upfronthosting.co.za>
2018-11-30 15:30:24vaslemlinkissue35362 messages
2018-11-30 15:30:24vaslemcreate