-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
Description
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.