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 izbyshev
Recipients izbyshev, jab, methane, serhiy.storchaka
Date 2018-03-07.09:09:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520413792.42.0.467229070634.issue33018@psf.upfronthosting.co.za>
In-reply-to
Content
ABC.register() has an explicit check, and it is mentioned in PEP 3119. The point here is not to change issubclass(), but to change ABC.__subclasscheck__(). It may conceivably have stricter requirements than issubclass() has. But certainly an advice from actual ABC users would be nice.
History
Date User Action Args
2018-03-07 09:09:52izbyshevsetrecipients: + izbyshev, jab, methane, serhiy.storchaka
2018-03-07 09:09:52izbyshevsetmessageid: <1520413792.42.0.467229070634.issue33018@psf.upfronthosting.co.za>
2018-03-07 09:09:52izbyshevlinkissue33018 messages
2018-03-07 09:09:52izbyshevcreate