Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…49863) For types like `Foo{S, T<:S}`, `apply_type_nothrow` could in some situations check whether the argument is a subtype of the upper bound of `T`, i.e. `S`, but subtyping agaist a plain `TypeVar` would fail. Instead return `false` in this case. Fixes #49785. (cherry picked from commit 1acec74)
- Loading branch information