mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
0e15c31c7e
Fix subscription of type aliases containing bare generic types or types like TypeVar: for example tuple[A, T][int] and tuple[TypeVar, T][int], where A is a generic type, and T is a type variable.
Source files for various builtin objects