Uh oh!
There was an error while loading. Please reload this page.
Fix isinstance check for Generic classes - #188
Conversation
There was a problem hiding this comment.
Thank you! I think this probably also needs a changelog entry (under a new "Unreleased" heading at the top of the file)
Uh oh!
There was an error while loading. Please reload this page.
AlexWaygood
commented
May 24, 2023
(A test would also be great, to ensure that this doesn't regress again) |
dolfinus
commented
May 24, 2023
Added test and changelog item |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AlexWaygood
commented
May 24, 2023
Looks like your latest commit might have been authored using a different email address, which is upsetting the CLA bot. Would you mind signing it again with your second email address? |
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
JelleZijlstra
commented
May 25, 2023
This fix was released as part of version 4.6.2 just now. |
After upgrading to
typing-extensions==4.6.1this code example started failing on Python 3.7:Who said that objects of generic class must have
_is_protocolproperty?Caused by #184