Skip to content

v2.9.5

Choose a tag to compare

@Pierre-Sassoulas Pierre-Sassoulas released this 21 Jul 08:03
· 4180 commits to main since this release
  • 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