Skip to content

v2.6.5

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 21 Jul 06:50
· 1614 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 pylint-dev/pylint#4439

  • Fix a crash when a AttributeInferenceError was raised when
    failing to find the real name in infer_import_from.

    Closes pylint-dev/pylint#4692