Skip to content
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

Fixed array_t type hint #5353

Closed
wants to merge 3 commits into from

Conversation

gentlegiantJGC
Copy link
Contributor

Description

Fixed type hint for pybind11::array_t
Fixes #5352

Suggested changelog entry:

Fixed type hint for `pybind11::array_t`

Copy link
Collaborator

@Skylion007 Skylion007 left a comment

Choose a reason for hiding this comment

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

I'm kind of shocked none of the linters complained before.

Copy link
Collaborator

@Skylion007 Skylion007 left a comment

Choose a reason for hiding this comment

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

Actually, this is the same as: https://github.com/pybind/pybind11/pull/5212/files We should probably merge that PR.

@gentlegiantJGC
Copy link
Contributor Author

I missed that pull request.
Their version looks better.

@gentlegiantJGC gentlegiantJGC deleted the fix-array_t-stub branch September 3, 2024 15:39
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.

[BUG]: array_t stub is incorrect.
2 participants