Skip to content

v2.12.12

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 19 Oct 08:48
· 901 commits to main since this release
  • Add the length parameter to hash.digest & hash.hexdigest in the hashlib brain.

    Refs pylint-dev/pylint#4039

  • Prevent a crash when a module's __path__ attribute is unexpectedly missing.

    Refs pylint-dev/pylint#7592

  • Fix inferring attributes with empty annotation assignments if parent
    class contains valid assignment.

    Refs pylint-dev/pylint#7631