-
Fix crash when subclassing a
namedtuple
.Closes #5982
-
Fix false positive for
superfluous-parens
for patterns like
"return (a or b) in iterable".Closes #5803
-
Fix a false negative regression in 2.13.0 where
protected-access
was not
raised on functions.Fixes #5989
-
Better error messages in case of crash if pylint can't write the issue template.
Refer to #5987