Skip to content

Feature implementation from commits 41b8d83..f675763 #2

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-2
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: 41b8d83..f675763
Files Changed: 53 (30 programming files)
Programming Ratio: 56.6%

Commits included:

erictraut and others added 15 commits April 15, 2025 15:12
… when using a class-scoped type alias defined using a `type` statement or `TypeAliasType` constructor. This addresses microsoft#10330. (microsoft#10332)
…circumstances where bidirectional type inference is attempted in the assignment of an attribute. This addresses microsoft#10345.
…ction with an unpacked TypedDict with `extra_items` when additional keyword args are passed. This addresses microsoft#10352. (microsoft#10357)
Co-authored-by: Bill Schnurr <[email protected]>
Co-authored-by: HeeJae Chang <[email protected]>
Co-authored-by: Erik De Bonte <[email protected]>
Co-authored-by: Rich Chiodo <[email protected]>
Co-authored-by: Stella Huang <[email protected]>
Co-authored-by: Kacie Kang <[email protected]>
…attern (where S is a string literal and D is a TypedDict). If the TypedDict is not closed, the absence of the key within the TypedDict definition cannot eliminate the type during narrowing. This addresses microsoft#10376. (microsoft#10378)
…TypedDict that is defined with `extra_items=Never`. This addresses microsoft#10377. (microsoft#10379)
…where a descriptor object is stored in a `__slots__` variable. This addresses microsoft#10370. (microsoft#10382)
…y access method uses a method-local type variable to annotate the `self` parameter. This addresses microsoft#10367. (microsoft#10387)
…stances where the second argument for a `super` call is a union. This addresses microsoft#10388. (microsoft#10389)
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.

5 participants