mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
9ca7b1561f
Fix subscription of types.GenericAlias instances containing bare generic types: for example tuple[A, T][int], where A is a generic type, and T is a type variable.
Source files for various builtin objects