Skip to content

Feature implementation from commits 942e889..ccb22d0 #5

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

Open
wants to merge 15 commits into
base: feature-base-5
Choose a base branch
from

Conversation

yashuatla
Copy link
Owner

This PR contains changes from a range of commits from the original repository.

Commit Range: 942e889..ccb22d0
Files Changed: 474 (472 programming files)
Programming Ratio: 99.6%

Commits included:

erictraut and others added 15 commits March 29, 2025 10:40
…stances involving a type variable with an upper bound of `type[T]` that is assigned to another type variable. This addresses microsoft#10207. (microsoft#10210)
…alue whose type is a generic class parameterized by `Unknown` is assigned to a variable with a declared type. This addresses microsoft#10214. (microsoft#10217)
…of a TypeVarTuple includes multiple unpacked tuples of unknown length. This addresses microsoft#10219. (microsoft#10220)
…ed in Python 2.7 but are syntax errors in Python 3.x. This addresses microsoft#10222. (microsoft#10223)
…s from `type[Any]` is assigned to any other type. This addresses microsoft#10185. (microsoft#10224)
…ces when inferring the return type of a recursive function that has a decorator or is `async`. This addresses microsoft#10242. (microsoft#10244)
…ntains a call expression that invokes a `NoReturn` call and the argument list contains errors. This addresses microsoft#10260. (microsoft#10264)
…ion to flag the `Literal` special form, which leads to a runtime error when used in the second argument. This addresses microsoft#10258. (microsoft#10265)
…parison` check when one operand's type is a callable and the other is not. This addresses microsoft#10253. (microsoft#10267)
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.

3 participants