github pylint-dev/astroid astroid-2.3.2
astroid 2.3.2

latest releases: v3.2.2, v3.2.1, v3.2.0...
4 years ago
  • All type comments have as parent the corresponding astroid node

    Until now they had as parent the builtin ast node which meant
    we were operating with primitive objects instead of our own.

    Close PyCQA/pylint#3174

  • Pass an inference context to metaclass() when inferring an object type

    This should prevent a bunch of recursion errors happening in pylint.
    Also refactor the inference of IfExp nodes to use separate contexts
    for each potential branch.

    Close PyCQA/pylint#3152
    Close PyCQA/pylint#3159

Don't miss a new astroid release

NewReleases is sending notifications on new releases.