Commit 7669841
authored
Fix crash on recursive alias in indirection.py (#19845)
Fixes #19836
Fix is trivial, I am surprised none of the existing tests caught this in
the original PR. After this is merged, I am going to add the test to
`master`.1 parent 03fbaa9 commit 7669841
2 files changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2577 | 2577 | | |
2578 | 2578 | | |
2579 | 2579 | | |
| 2580 | + | |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
2580 | 2587 | | |
2581 | 2588 | | |
2582 | 2589 | | |
| |||
0 commit comments