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 gvanrossum, rhettinger, serhiy.storchaka
Date 2021-11-12.18:10:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636740636.76.0.525166644176.issue45791@roundup.psfhosted.org>
In-reply-to
Content
Most of failed tests are related to typing, but there is a purposed test for __instancecheck__ and __subclasscheck__ bypassing __getattr__ and __getattribute__ (test.test_descr.ClassPropertiesAndMethods.test_special_method_lookup).
History
Date User Action Args
2021-11-12 18:10:36serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger
2021-11-12 18:10:36serhiy.storchakasetmessageid: <1636740636.76.0.525166644176.issue45791@roundup.psfhosted.org>
2021-11-12 18:10:36serhiy.storchakalinkissue45791 messages
2021-11-12 18:10:36serhiy.storchakacreate