mirror of
https://github.com/python/cpython.git
synced 2026-05-16 01:19:28 -04:00
8dc5df4e21
For example:
A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]]
A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int]
(cherry picked from commit 3473817106)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>