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

Fix a crash in inference caused by Uninferable container elements #876

Merged
merged 1 commit into from
Jan 1, 2021

Conversation

PCManticore
Copy link
Contributor

@PCManticore PCManticore commented Jan 1, 2021

Steps

  • For new features or bug fixes, add a ChangeLog entry describing what your PR does.
  • Write a good description on what the PR does.

Description

I managed to reproduce the original issue with this test, which shows that lists having elements as Uninferable would lead to a potential crash when we try to infer the Uninferable element.

Type of Changes

Type
🐛 Bug fix

Related Issue

Close #866

@PCManticore PCManticore merged commit 58212bd into master Jan 1, 2021
@PCManticore PCManticore deleted the fix-crash-uninferable branch January 1, 2021 11:51
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.

Crash due to Uninferable type
1 participant