Skip to content

Fix abstract attribute errors with Any base class #4230

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
Nov 9, 2017

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Nov 9, 2017

Don't complain about abstract attributes in case there is an Any
base class, since an unknown base class could implement them.

Fixes #4229.

Don't complain about abstract attributes in case there is an `Any`
base class, since an unknown base class could implement them.

Fixes #4229.
Copy link
Member

@gvanrossum gvanrossum left a comment

Choose a reason for hiding this comment

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

LGTM, let me see what testpr says.

@gvanrossum gvanrossum merged commit 2469106 into master Nov 9, 2017
@gvanrossum gvanrossum deleted the abstract-any-base branch November 9, 2017 20:22
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