Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Several classes in typing.py pass around an attribute called_paramspec_tvars
, but nothing depends on its value. It was added inb2f3f8e by@Fidget-Spinner to enforce some behavior around ParamSpec, but since then we have apparently loosened that behavior. Let's just remove the attribute.