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 methane
Recipients izbyshev, jab, methane, serhiy.storchaka
Date 2018-03-08.00:00:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520467214.61.0.467229070634.issue33018@psf.upfronthosting.co.za>
In-reply-to
Content
issubclass(class-like, class-like) is allowed.
I don't think raising type error for issubclass(class-like, ABC) is good idea.  It should return False.
History
Date User Action Args
2018-03-08 00:00:14methanesetrecipients: + methane, jab, serhiy.storchaka, izbyshev
2018-03-08 00:00:14methanesetmessageid: <1520467214.61.0.467229070634.issue33018@psf.upfronthosting.co.za>
2018-03-08 00:00:14methanelinkissue33018 messages
2018-03-08 00:00:14methanecreate