Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Properly expand type in generic class with Self and TypeVar with values#14491

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
JukkaL merged 1 commit intopython:masterfromilevkivskyi:fix-self-values
Jan 21, 2023

Conversation

@ilevkivskyi
Copy link
Member

Fixes#14374

It looks like we need to special-caseSelf inexpand_type() to support it in generics overTypeVar with values, sinceSelf is the only type variable that can legitimately have other type variables in its upper bound.

@github-actions
Copy link
Contributor

According tomypy_primer, this change has no effect on the checked open source code. 🤖🎉

Copy link
Collaborator

@JukkaLJukkaL left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Good to have this fixed in 1.0!

@JukkaLJukkaL merged commitcc1bcc9 intopython:masterJan 21, 2023
@ilevkivskyiilevkivskyi deleted the fix-self-values branchJanuary 21, 2023 18:01
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@JukkaLJukkaLJukkaL approved these changes

@Michael0x2aMichael0x2aAwaiting requested review from Michael0x2a

@hauntsaninjahauntsaninjaAwaiting requested review from hauntsaninja

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

TypeVar with values has incompatible type when usedSelf

2 participants

@ilevkivskyi@JukkaL

[8]ページ先頭

©2009-2025 Movatter.jp