-
Fix a crash that happened when analysing code using
type(self)
to access
a class attribute in theunused-private-member
checker.Closes #4638
-
Fix a false positive for
unused-private-member
when accessing a private variable
withself
Closes #4644
-
Fix false-positive of
unnecessary-dict-index-lookup
andconsider-using-dict-items
for reassigned dict index lookupsCloses #4630