summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/7501.false_positive
blob: 0c2d33a07576a99932cc16cb540094d40271f888 (plain)
1
2
3
Fix false positive for ``unhashable-member`` when subclassing ``dict`` and using the subclass as a dictionary key.

Closes #7501