Skip to content

Commit

Permalink
Fix crash in dataclass brain (#1770)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord authored and Pierre-Sassoulas committed Sep 6, 2022
1 parent 0720cbc commit fab511c
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 66 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ What's New in astroid 2.12.8?
=============================
Release date: TBA

* Fixed a crash in the ``dataclass`` brain for ``InitVars`` without subscript typing.

Closes PyCQA/pylint#7422

* Fixed parsing of default values in ``dataclass`` attributes.

Closes PyCQA/pylint#7425
Expand Down
Loading

0 comments on commit fab511c

Please sign in to comment.