Skip to content

Fix aststrip deletion crash #7543

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
Sep 21, 2019
Merged

Fix aststrip deletion crash #7543

merged 1 commit into from
Sep 21, 2019

Conversation

msullivan
Copy link
Collaborator

Only delete from self.type.names if the key is actually in there.
I've included one test case that this fixes, though I suspect there
are others. Fixes #7238.

Only delete from self.type.names if the key is actually in there.
I've included one test case that this fixes, though I suspect there
are others. Fixes #7238.
Copy link
Member

@ilevkivskyi ilevkivskyi left a comment

Choose a reason for hiding this comment

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

Makes sense!

@msullivan msullivan merged commit 959eb76 into master Sep 21, 2019
@msullivan msullivan deleted the aststripcrash branch September 21, 2019 16:53
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.

Daemon crash if base class adds attribute that shadows subclass
2 participants