Skip to content

Conversation

@yaseen-mowzer-hexagon
Copy link

Previously __subclasscheck__ was not implemented which lead to inconsistencies between isinstance and issubclass (i.e. isinstance("a string", basestring) is true, but issubclass(str, basestring) was false) This commit fixes this incorrect behavior.

Previously `__subclasscheck__` was not implemented which lead to
inconsistencies between `isinstance` and `issubclass` (i.e.
`isinstance("a string", basestring)` is true, but
`issubclass(str, basestring)` was false. This commit fixes this
incorrect behavior.
@jmadler jmadler merged commit a902d2e into PythonCharmers:master Jun 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants