| commit | 3265ff9ccc870a25dd970a05a778a91cf86ee00a | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue May 31 23:43:38 2022 -0700 |
| committer | GitHub <noreply@github.com> | Tue May 31 23:43:38 2022 -0700 |
| tree | f9e577c12cf342e67f67758bbf443edebc08cff2 | |
| parent | 00f8fe956491816f03f1cc76bc7ed297cd9c0930 [diff] |
gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (GH-93346) For example: tuple[*Ts, list[T]][int, str, bool] (cherry picked from commit f545fc955aeb701ae4e73b07ff2283f823d857b8) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>