X Tutup
The Wayback Machine - https://web.archive.org/web/20220613002706/https://github.com/python/cpython/tree/main/Lib
Skip to content
main
Switch branches/tags
cpython/Lib/
cpython/Lib/

Latest commit

…ypeVar 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]
3473817

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Sep 10, 2014
X Tutup