PEP 695 type aliases not suitable as replacement for typing.TypeAlias?

Here’s an example of why I think it’s strictly worse to use TypeAlias for this use-case rather than leave it unannotated: mypy Playground

1 Like