Skip to content

v2.11.5

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 09 May 11:40
· 1174 commits to main since this release
  • Fix crash while obtaining object_type() of an Unknown node.

    Refs pylint-dev/pylint#6539

  • Fix a bug where in attempting to handle the patching of distutils by virtualenv,
    library submodules called distutils (e.g. numpy.distutils) were included also.

    Refs pylint-dev/pylint#6497