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

Protect against infer_call_result failing with InferenceError in Super.getattr() #782

Merged
merged 1 commit into from
May 1, 2020

Conversation

PCManticore
Copy link
Contributor

Description

infer_call_result can raise InferenceError but we were not handling that when retrieving
objects from the Super instance.

Close pylint-dev/pylint#3529

Type of Changes

Type
🐛 Bug fix

…n `Super.getattr()`

``infer_call_result`` can raise InferenceError but we were not handling that when retrieving
objects from the Super instance.

Close pylint-dev/pylint#3529
@PCManticore PCManticore merged commit c77a574 into 2.4 May 1, 2020
@PCManticore PCManticore deleted the fix-super-property-inference branch May 1, 2020 15:59
PCManticore added a commit that referenced this pull request May 1, 2020
…n `Super.getattr()` (#782)

``infer_call_result`` can raise InferenceError but we were not handling that when retrieving
objects from the Super instance.

Close pylint-dev/pylint#3529
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

1 participant