Skip to content

TYP: fix void arrays not accepting str keys in __setitem__ #28053

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

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

jorenham
Copy link
Member

ref: #27967 (comment)

This fixes a regression in numpy == 2.2.1 that's causing a["key"] = ... to be falsely rejected with a: NDArray[np.void].

@jorenham jorenham added the 09 - Backport-Candidate PRs tagged should be backported label Dec 22, 2024
@jorenham jorenham added this to the 2.2.2 release milestone Dec 22, 2024
@charris charris merged commit 97c347e into numpy:main Dec 22, 2024
67 checks passed
@charris
Copy link
Member

charris commented Dec 22, 2024

Thanks Joren.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants