gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple by serhiy-storchaka · Pull Request #93330 · python/cpython
…able-size tuple For example: A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]] A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int]
serhiy-storchaka
changed the title
gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
[WIP] gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
serhiy-storchaka
changed the title
[WIP] gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
gh-91162: Support substitution of TypeVar with an unpacked variable-size tuple
This was referenced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters