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
Old-style generic ParamSpec(default=...) fails if not provided as a type argument and not in the last position of a type list when passing type arguments #138859
In accordance to the typing specifications, default= of ParamSpec can take an ellipsis .... However, this is not handled properly with old-style generics in the following example and causes a runtime error: