Skip to content

v4.1.1

Latest

Choose a tag to compare

@jacobtylerwalls jacobtylerwalls released this 23 Feb 02:35
· 21 commits to main since this release

What's New in astroid 4.1.1?

Release date: 2026-02-22

  • Let UnboundMethodModel inherit from FunctionModel to improve inference of
    dunder methods for unbound methods.

    Refs #2741

  • Filter Unknown from UnboundMethod and Super special attribute
    lookup to prevent placeholder nodes from leaking during inference.

    Refs #2741