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 benjamin.peterson, gvanrossum, rhettinger, serhiy.storchaka
Date 2021-11-12.22:08:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636754937.42.0.352336913146.issue45791@roundup.psfhosted.org>
In-reply-to
Content
All typing related tests are fixed by updating types.GenericAlias.__getattribute__. So the only thing is left to make all tests passed is removing some special methods tests.

The lookup of __instancecheck__ and __subclasscheck__ was changed by Benjamin in fb6fb062e8f677dd63943f3a4b8a45c6665b3418. It looks like deliberate change. Benjamin, do you remember the reasons of the original change?
History
Date User Action Args
2021-11-12 22:08:57serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, rhettinger, benjamin.peterson
2021-11-12 22:08:57serhiy.storchakasetmessageid: <1636754937.42.0.352336913146.issue45791@roundup.psfhosted.org>
2021-11-12 22:08:57serhiy.storchakalinkissue45791 messages
2021-11-12 22:08:57serhiy.storchakacreate