diff options
| author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-09-13 12:28:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 12:28:30 +0200 |
| commit | af0724ba515b61dbdead945f43baf29116d44d4a (patch) | |
| tree | 58920d6c71a85d4c972adf9316c4610b144c1a00 /ChangeLog | |
| parent | 741cd614d7cec1f730a66632f018ff0bcb17b561 (diff) | |
| download | astroid-git-af0724ba515b61dbdead945f43baf29116d44d4a.tar.gz | |
Fix crash on datafields (#1165)
* Fix crash on datafields
Fixes the crash reported at PyCQA/pylint#4963
Tests added there.
* Change to ``if not``
* Update astroid/brain/brain_dataclasses.py
* Add tests
* Update and merge test
* Use ``raise UseInferenceDefault``
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -23,6 +23,9 @@ What's New in astroid 2.7.4? ============================ Release date: TBA +* Fixed bug in inference of dataclass field calls. + + Closes PyCQA/pylint#4963 What's New in astroid 2.7.3? |
