Skip to content

v2.11.1

Choose a tag to compare

@Pierre-Sassoulas Pierre-Sassoulas released this 22 Mar 23:18
· 1527 commits to main since this release
  • Promoted getattr() from astroid.scoped_nodes.FunctionDef to its parent
    astroid.scoped_nodes.Lambda.

  • Fixed crash on direct inference via nodes.FunctionDef._infer.

    Closes #817