Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug that led to an inconsistency between the use of
type
and … (
#6253) * Fixed bug that led to an inconsistency between the use of `type` and `Type` when applying `isinstance` type narrowing in some cases. This addresses #6252. * Fixed a bug that led to a false positive when using an unpacked iterable as an argument in a call expression _after_ a keyword argument. This addresses #6247.
- Loading branch information