]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 May 2022 15:32:32 +0000 (18:32 +0300)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 15:32:32 +0000 (18:32 +0300)
commit9d25db9db1617f012d7dba118b5b8f2b9e25e116
tree53e73325c91414a6a24ede40abf3f62496bd45d5
parent9c005c5debf2b7afd155093adb72bad27d34657b
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Lib/test/test_typing.py
Lib/typing.py
Objects/genericaliasobject.c