8000 BUG: fix PyDataType_ISBOOL by mattip · Pull Request #12131 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: fix PyDataType_ISBOOL #12131

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
Oct 10, 2018
Merged

BUG: fix PyDataType_ISBOOL #12131

merged 1 commit into from
Oct 10, 2018

Conversation

mattip
Copy link
Member
@mattip mattip commented Oct 10, 2018

The PyDataType_ISBOOL macro still uses _PyADt, but that value was removed in commit db8442b04 from 2006. So the macro was broken for quite a while, and nobody complained. I propose fixing it, although deleting PyDataType_ISBOOL entirely is another alternative.

@mattip
Copy link
Member Author
mattip commented Oct 10, 2018

Something is off with the codecov/project check. Is there a way to ignore some of the inconsistent files?

@charris charris merged commit aae4172 into numpy:master Oct 10, 2018
@charris
Copy link
Member
charris commented Oct 10, 2018

Thanks Matti.

@mattip mattip deleted the fix-macro branch March 4, 2019 13:17
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.

3 participants
0