On Sat, Feb 20, 2021 at 5:28 PM S Pradeep Kumar <gohanpra@gmail.com> wrote:
I favor `Tensor[int, *Tuple[Any, ...]]` over new syntax like `Tensor[int, ...]` because the former allows for more nuanced types like `Tensor[int, str, *Tuple[Any, ...], T]` whereas the latter doesn't. It's also a clear analogy that we are replacing `Ts` with `Tuple[Any, ...]`.

+1

--
--Guido van Rossum (python.org/~guido)