diff options
author | Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> | 2022-05-07 21:23:26 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2022-05-13 17:30:49 +0200 |
commit | 18cb0264b1c387b7c90543162e1ebb8b839af6b4 (patch) | |
tree | 6b3cf9b077777e605f859dd536bbfeb88001b44f /ChangeLog | |
parent | 45cbae2bab9001bb2f159103490a02d63e75ee5b (diff) | |
download | pylint-git-18cb0264b1c387b7c90543162e1ebb8b839af6b4.tar.gz |
Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ What's New in Pylint 2.13.9? ============================ Release date: TBA +* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method. + + Relates to #6531 What's New in Pylint 2.13.8? |