-
Use more permissive versions for the
typed-ast
dependencie (<2.0 instead of <1.5)Closes #1237
-
Fix crash on inference of
__len__
.Closes PyCQA/pylint#5244
-
Added missing
kind
(forConst
) andconversion
(forFormattedValue
) fields to repr. -
Fix crash with assignment expressions, nested if expressions and filtering of statements
Closes PyCQA/pylint#5178
-
Fix incorrect filtering of assignment expressions statements