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
Remove unnecessary workarounds from bind_self() (#19356)
In my original PR I erroneously concluded that attribute access on
`TypeVar` would result in `PyObject` attribute access after mypy is
compiled, but this is actually no the case. I therefore remove some
workarounds (and a bit of unused code).
0 commit comments