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 serhiy.storchaka
Recipients izbyshev, jab, levkivskyi, methane, serhiy.storchaka
Date 2018-03-08.14:42:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520520160.91.0.467229070634.issue33018@psf.upfronthosting.co.za>
In-reply-to
Content
> Can https://github.com/python/cpython/commit/fc7df0e664198cb05cafd972f190a18ca422989c be reverted?

Even if subclass() will check explicitly that its first argument is a type, ABC.__subclasscheck__() can be called directly, and it shouldn't crash when called with non-type.
History
Date User Action Args
2018-03-08 14:42:40serhiy.storchakasetrecipients: + serhiy.storchaka, jab, methane, levkivskyi, izbyshev
2018-03-08 14:42:40serhiy.storchakasetmessageid: <1520520160.91.0.467229070634.issue33018@psf.upfronthosting.co.za>
2018-03-08 14:42:40serhiy.storchakalinkissue33018 messages
2018-03-08 14:42:40serhiy.storchakacreate