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 levkivskyi
Recipients emanspeaks, levkivskyi, rhettinger, stutzbach
Date 2019-05-19.21:08:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558300116.68.0.233547706788.issue36881@roundup.psfhosted.org>
In-reply-to
Content
I think this is related to how `__subclasscheck__` is implemented in `ABCMeta`. I just checked this also happens in Python 3.6 (i.e. it is not something specific to the C version introduced in Python 3.7).
History
Date User Action Args
2019-05-19 21:08:36levkivskyisetrecipients: + levkivskyi, rhettinger, stutzbach, emanspeaks
2019-05-19 21:08:36levkivskyisetmessageid: <1558300116.68.0.233547706788.issue36881@roundup.psfhosted.org>
2019-05-19 21:08:36levkivskyilinkissue36881 messages
2019-05-19 21:08:36levkivskyicreate