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

TYP: fixndarray.tolist() and.item() for unknown dtype#28650

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
charris merged 1 commit intonumpy:maintenance/2.2.xfromcharris:backport-28644
Apr 4, 2025

Conversation

charris
Copy link
Member

Backport of#28644.

Thisfixes#27944 for both mypy and pyright.

I used the new generic generic type as a more direct alternative to match the .item() type of the underlying scalar-type. This way, we don't have to rely on on pyright's constraint set solving algorithm (recently introduced so not yet in pylance, and slightly incorrect in case of overlap). Mypy doesn't support constraint-sets, and it instead always chooses the first matching overload, causing it to behave incorrectly.

@charrischarris added 08 - BackportUsed to tag backport PRs 41 - Static typing labelsApr 4, 2025
@charrischarris added this to the2.2.5 release milestoneApr 4, 2025
@charrischarris merged commitbac7b36 intonumpy:maintenance/2.2.xApr 4, 2025
70 checks passed
@charrischarris deleted the backport-28644 branchApril 4, 2025 20:58
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
08 - BackportUsed to tag backport PRs41 - Static typing
Projects
None yet
Milestone
2.2.5 release
Development

Successfully merging this pull request may close these issues.

2 participants
@charris@jorenham

[8]ページ先頭

©2009-2025 Movatter.jp