-
Fix a crash when there would be a 'TypeError object does not support
item assignment' in the code we parse.Closes #4439
-
Fix crash if a callable returning a context manager was assigned to a list or dict item
Closes #4732
-
Fix a crash when a AttributeInferenceError was not handled properly when
failing to infer the real name of an import in astroid.Closes #4692