Skip to content

Remove use of _UndefinedStub in dtype_helpers.py #183

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

Closed
wants to merge 1 commit into from

Conversation

honno
Copy link
Member

@honno honno commented Apr 27, 2023

This is mighty useful as currently we have two classes of the dtype helpers—those that consume stubs and those who don't, which is hard to keep track. This unifies the approach of the helpers so they are only constructed with available dtypes.

If this was merged it'd remove the need for #181, although we might want to add automatic xfails when parametrized dtypes (i.e. in test_iinfo) are not found.

@honno honno requested a review from asmeurer April 27, 2023 11:14
@honno honno mentioned this pull request Apr 27, 2023
@honno honno closed this May 1, 2023
@honno
Copy link
Member Author

honno commented May 1, 2023

Folded into #184 as it goes hand-in-hand with changes there now

@honno honno removed the request for review from asmeurer May 1, 2023 12:40
@honno honno deleted the dh-no-stubs branch February 28, 2024 13:18
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.

1 participant