Skip to content

BUG: Fix crash in repr of void subclasses #12240

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 24, 2018

Conversation

eric-wieser
Copy link
Member

Fixes #12206, which was a regression introduced by #10602

Frankly I'd consider the results expected by test_void_subclass_unsized and test_void_subclass_sized undesirable, but they match the behavior in 1.12.x

Fixes numpy#12206, which was a regression introduced by numpy#10602

Frankly I'd consider the results expected by `test_void_subclass_unsized` and `test_void_subclass_sized` undesirable, but they match the behavior in 1.12.x
@eric-wieser eric-wieser force-pushed the fix-void-subtype-regression branch from cee468b to 0ec2a4f Compare October 22, 2018 06:48
@ahaldane
Copy link
Member

Agreed the behavior is a bit weird, but LGTM. Merging.

Thanks Eric!

@ahaldane ahaldane merged commit 8aa1214 into numpy:master Oct 24, 2018
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