Skip to content

v2.11.1

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 22 Mar 23:18
· 1196 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