Skip to content

[mypyc] Fix subclassing from abstract generic classes under 3.7 #8121

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
Dec 10, 2019

Conversation

msullivan
Copy link
Collaborator

We need to set __orig_bases__ before calling the metaclass or it
will get mad.

We need to set `__orig_bases__` before calling the metaclass or it
will get mad.
@msullivan msullivan merged commit 526a218 into master Dec 10, 2019
@msullivan msullivan deleted the fix-orig_bases branch December 10, 2019 03:24
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.

1 participant