Skip to content

v2.7.2

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 20 Aug 19:09
· 1530 commits to main since this release
  • BaseContainer is now public, and will replace _BaseContainer completely in astroid 3.0.

  • astroid.const.BUILTINS and astroid.bases.BUILTINS are not used internally anymore
    and will be removed in astroid 3.0. Simply replace this by the string 'builtins' for better
    performances and clarity.

  • Add inference for dataclass initializer method.

    Closes pylint-dev/pylint#3201