summaryrefslogtreecommitdiffstats
path: root/Parser/parser.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-11-01 07:33:09 (GMT)
committerGitHub <noreply@github.com>2022-11-01 07:33:09 (GMT)
commit0e15c31c7e9907fdbe38a3f419b669fed5bb3b33 (patch)
tree14a32e4a22f2b236624cbbb21a278e3bffc8bad3 /Parser/parser.c
parentf5afb7f2331efa8f64080576a75517c3a96442b9 (diff)
downloadcpython-0e15c31c7e9907fdbe38a3f419b669fed5bb3b33.zip
cpython-0e15c31c7e9907fdbe38a3f419b669fed5bb3b33.tar.gz
cpython-0e15c31c7e9907fdbe38a3f419b669fed5bb3b33.tar.bz2
gh-98852: Fix subscription of type aliases (GH-98920)
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.
Diffstat (limited to 'Parser/parser.c')
0 files changed, 0 insertions, 0 deletions