]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 May 2022 05:46:16 +0000 (08:46 +0300)
committerGitHub <noreply@github.com>
Tue, 31 May 2022 05:46:16 +0000 (08:46 +0300)
commitf545fc955aeb701ae4e73b07ff2283f823d857b8
tree5faff1c7a7f2bc34aedf6b6a352f5cd3cdbf7ea7
parent5893b5db98b38b17750c0572c7209774a5034898
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346)

For example: tuple[*Ts, list[T]][int, str, bool]
Lib/test/test_typing.py
Misc/NEWS.d/next/Core and Builtins/2022-05-30-10-22-46.gh-issue-93345.gi1A4L.rst [new file with mode: 0644]
Objects/genericaliasobject.c