Skip to content

Fix mypyc crash with plugins using get_customize_class_mro_hook #7075

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
Jun 27, 2019

Conversation

msullivan
Copy link
Collaborator

@msullivan msullivan commented Jun 27, 2019

The semanal code that invoked it created an Expression directly,
which mypyc barfs on because it is a trait.

Fixes #6706.

The semanal code that invoked it created an `Expression` directly,
which mypyc barfs on because it is a trait.

Fixes 6706.
@msullivan msullivan merged commit 262fe3d into master Jun 27, 2019
@msullivan msullivan deleted the plugin-asdf branch June 27, 2019 01:25
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.

"TypeError: interpreted classes cannot inherit from compiled" after get_customize_class_mro_hook
2 participants