Skip to content

v3.3.6

Latest
Compare
Choose a tag to compare
@jacobtylerwalls jacobtylerwalls released this 08 Dec 12:53
· 112 commits to main since this release

What's New in astroid 3.3.6?

Release date: 2024-12-08

  • Fix inability to import collections.abc in python 3.13.1.
    Closes pylint-dev/pylint#10112

  • Fix crash when typing._alias() call is missing arguments.
    Closes #2513