Skip to content

Add __subclasscheck__ for past.types.basestring #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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