Skip to content
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

Pass is_classmethod to bind_self() also for superype #7491

Merged
merged 1 commit into from Sep 10, 2019

Conversation

ilevkivskyi
Copy link
Member

Fix a regression caused by #7474

The original PR correctly added is_classmethod=... in bind_self() for supertype, but I didn't notice the same problem (flag not passed) was also present for subtype. The fix is trivial.

Copy link
Collaborator

@JukkaL JukkaL left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix! Looks good (assuming tests pass).

@ilevkivskyi ilevkivskyi merged commit 41db9a0 into python:master Sep 10, 2019
@ilevkivskyi ilevkivskyi deleted the fix-class-gen-override branch September 10, 2019 13:58
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.

None yet

2 participants