You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stubtest: ignore setattr and delattr inherited from object (#18325)
`__setattr__` and `__delattr__` from object are special cased by type
checkers, so defining them on an inheriting class, even with the same
signature, has a different meaning.
This one is very similar to #18314
0 commit comments