Commit 8f4c840
authored
Fix crash in new-style type alias with variadic unpack (#21551)
Fixes #20913
Closes #20931
Fix is trivial, don't fix what is already valid (since `fix_instance()`
has some implicit assumptions) like we already do for old-style aliases.1 parent 938dbe2 commit 8f4c840
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5771 | 5771 | | |
5772 | 5772 | | |
5773 | 5773 | | |
5774 | | - | |
| 5774 | + | |
| 5775 | + | |
| 5776 | + | |
| 5777 | + | |
5775 | 5778 | | |
5776 | 5779 | | |
5777 | 5780 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2280 | 2280 | | |
2281 | 2281 | | |
2282 | 2282 | | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
| 2294 | + | |
| 2295 | + | |
0 commit comments