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
Prohibit access via class for instance-only attributes (python#20855)
Fixespython#240 (yes, you read that
right, three digits)
I am taking a conservative approach and flag only cases that would
definitely fail at runtime. Note we already have a more strict check for
this for generics, but it is tricky to avoid double errors, so I think
it is fine to have two errors sometimes.
I also update an outdated comment that confused me for a while.
0 commit comments