Skip to content

astroid-2.4.1

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 18 Apr 19:20
  • Handle the case where the raw builder fails to retrieve the __all__ attribute

    Close #772

  • Restructure the AST parsing heuristic to always pick the same module

    Close pylint-dev/pylint#3540
    Close #773

  • Changed setup.py to work with distlib

    Close #779

  • Do not crash with SyntaxError when parsing namedtuples with invalid label

    Close pylint-dev/pylint#3549

  • Protect against infer_call_result failing with InferenceError in Super.getattr()

    Close pylint-dev/pylint#3529