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
PEP 695 introduces a new syntax for type aliases & generic functions. These new syntaxes provide the benefit of more precise scoping & Paramspec unpacking.
An initial implementation of this syntax is provided in the attached development branch. However cannot be merged until mypy supports PEP 695. See issue python/mypy#15238
The text was updated successfully, but these errors were encountered:
PEP 695 introduces a new syntax for type aliases & generic functions. These new syntaxes provide the benefit of more precise scoping & Paramspec unpacking.
An initial implementation of this syntax is provided in the attached development branch. However cannot be merged until mypy supports PEP 695. See issue python/mypy#15238
The text was updated successfully, but these errors were encountered: