aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Objects/codeobject.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-06-12 16:22:01 +0300
committerGitHub <noreply@github.com>2022-06-12 16:22:01 +0300
commit3473817106c23eca7341c931453da0341c367e1d (patch)
tree30da7b3dac3b1d203d9c7d9b684dce8857662aca /Objects/codeobject.c
parent23c9febdc6620c2ec5b6119d9016a8c92c25f350 (diff)
downloadcpython-3473817106c23eca7341c931453da0341c367e1d.tar.gz
cpython-3473817106c23eca7341c931453da0341c367e1d.zip
gh-91162: Support splitting of unpacked arbitrary-length tuple over TypeVar and TypeVarTuple parameters (alt) (GH-93412)
For example: A[T, *Ts][*tuple[int, ...]] -> A[int, *tuple[int, ...]] A[*Ts, T][*tuple[int, ...]] -> A[*tuple[int, ...], int]
Diffstat (limited to 'Objects/codeobject.c')
0 files changed, 0 insertions, 0 deletions