Skip to content

Fix array_attributes #149

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 6, 2022
Merged

Conversation

asmeurer
Copy link
Member

@asmeurer asmeurer commented Oct 6, 2022

Previously it was including every method inherited from object, like dict. Now it only includes the properties actually defined on the array stub class.

Previously it was including every method inherited from object, like __dict__.
Now it only includes the properties actually defined on the array stub class.
Copy link
Member

@honno honno left a comment

Choose a reason for hiding this comment

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

Oh yeah, much nicer.

@honno honno merged commit 295ee69 into data-apis:master Oct 6, 2022
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.

2 participants