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
Several classes in typing.py pass around an attribute called _paramspec_tvars, but nothing depends on its value. It was added in b2f3f8e by @Fidget-Spinner to enforce some behavior around ParamSpec, but since then we have apparently loosened that behavior. Let's just remove the attribute.
Several classes in typing.py pass around an attribute called
_paramspec_tvars
, but nothing depends on its value. It was added in b2f3f8e by @Fidget-Spinner to enforce some behavior around ParamSpec, but since then we have apparently loosened that behavior. Let's just remove the attribute.Linked PRs
The text was updated successfully, but these errors were encountered: