diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2021-11-05 16:54:26 +0100 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-11-05 21:26:53 +0100 |
commit | 0a1ebd488fcdf7bf306615aba29e401ce49e3e10 (patch) | |
tree | b7d08cf00ff9255e12fa4f1a7571cd9ff53f1676 /doc | |
parent | 96e84595194073ea54a8c7730b86125049c0f4f9 (diff) | |
download | pylint-git-0a1ebd488fcdf7bf306615aba29e401ce49e3e10.tar.gz |
Fix crash on checking private members on ``__class__``
Closes #5261
Diffstat (limited to 'doc')
-rw-r--r-- | doc/whatsnew/2.12.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst index b2e57a8a7..f3b6bc86c 100644 --- a/doc/whatsnew/2.12.rst +++ b/doc/whatsnew/2.12.rst @@ -118,6 +118,10 @@ Other Changes Closes #3688 +* Fix crash for ``unused-private-member`` when checking private members on ``__class__`` + + Closes #5261 + * Fix double emitting of ``not-callable`` on inferrable ``properties`` Closes #4426 |