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
The specification for PEP 646 indicates that tuple[Any, ...] should be treated as bidirectionally type-compatible with all tuples regardless of their lengths. This is different from tuple[T, ...] where T is some type other than Any.