diff options
| author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-11-19 08:26:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-19 08:26:41 +0100 |
| commit | 96ca4dc75aacaba4d1f4e9a66a72699c9fc93349 (patch) | |
| tree | c88d6a5db37f6d93014938e3143def926cf7234d /ChangeLog | |
| parent | b07eb62466ae54bb0209d9253b7018a5d4c764e2 (diff) | |
| download | astroid-git-96ca4dc75aacaba4d1f4e9a66a72699c9fc93349.tar.gz | |
Add ``InferenceContext`` to ``ClassModel`` (#1257)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in astroid 2.8.6? ============================ Release date: TBA +* Fix crash on inference of subclasses created from ``Class().__subclasses__`` + + Closes PyCQA/pylint#4982 + * Fix bug with Python 3.7.0 / 3.7.1 and ``typing.NoReturn``. Closes #1239 |
