diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-06-14 18:15:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 18:15:56 (GMT) |
commit | 8dc5df4e21964ec746634cd19d4ffe60acf5e0f6 (patch) | |
tree | cbfa1272b1882a7e040f101c7ae69b8c7ec4401b /Python/initconfig.c | |
parent | 7aa4038a6e3c7dca0086eeaf4bcb7c952997f213 (diff) | |
download | cpython-8dc5df4e21964ec746634cd19d4ffe60acf5e0f6.zip cpython-8dc5df4e21964ec746634cd19d4ffe60acf5e0f6.tar.gz cpython-8dc5df4e21964ec746634cd19d4ffe60acf5e0f6.tar.bz2 |
[3.11] gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412) (GH-93746)
For example:
A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]]
A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int]
(cherry picked from commit 3473817106c23eca7341c931453da0341c367e1d)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Python/initconfig.c')
0 files changed, 0 insertions, 0 deletions