KEMBAR78
Fix regression in container check logic by Michael0x2a · Pull Request #8232 · python/mypy · GitHub
Skip to content

Conversation

Michael0x2a
Copy link
Collaborator

This PR fixes the crash reported in #8230 by replacing the 'pass' with the 'continue', as suggested.

However, it does not fix the underlying root cause -- I don't think I actually understand the relevant pieces of code enough to feel confident volunteering a fix. So, I settled for this more limited fix.

Basically, it seems this bug is due to how we try inferring the type of the lambda in multiple passes to resolve the types. We pencil in an ErasedType during the first pass -- and then subsequently crash when attempting to type check the body during that pass. I'll leave more details about this in the linked issue.

This PR fixes the crash reported in python#8230,
by replacing the 'pass' with the 'continue', as suggested.

However, it does *not* fix the underlying root cause -- I don't think
I actually understand the relevant pieces of code enough to feel
confident volunteering a fix. So, I settled for just fixing the
regression.

Basically, it seems this bug is due to how we try inferring the type
of the lambda in multiple passes to resolve the types. We pencil in an
ErasedType during the first pass -- and then subsequently crash when
attempting to type check the body during that pass. I'll leave more
details about this in the linked issue.
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.

Thanks! This looks good for now.

@ilevkivskyi ilevkivskyi merged commit cdd91ba into python:master Jan 3, 2020
sthagen added a commit to sthagen/python-mypy that referenced this pull request Jan 4, 2020
Fix regression in container check logic (python#8232)
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.

2 participants