pypi astroid 2.11.4

latest releases: 3.3.4, 3.3.3, 3.3.2...
2 years ago
  • Fix col_offset attribute for nodes involving with on PyPy.

  • Fixed a crash involving two starred expressions: one inside a comprehension,
    both inside a call.

    Refs PyCQA/pylint#6372

  • Made FunctionDef.implicit_parameters return 1 for methods by making
    FunctionDef.is_bound return True, as it does for class methods.

    Closes PyCQA/pylint#6464

  • Fixed a crash when _filter_stmts encounters an EmptyNode.

    Closes PyCQA/pylint#6438

Don't miss a new astroid release

NewReleases is sending notifications on new releases.