mypy
15280bf0 - Fix `issubclass()` to narrow down types of type variables (#7930)

Commit
6 years ago
Fix `issubclass()` to narrow down types of type variables (#7930) Resolves #7920 The fix is just to add one more special-case to the existing logic. Using this opportunity, the special-casing logic around `issubclass()` is moved to a helper method.
Author
Committer
Parents
Loading