Commit 28d3bd5
authored
inference: exclude uncached frames from callstack (#57743)
This is more consistent with how it is handled recursively and removes
confusion here where the LimitedAccuracy could appear to happen from the
top-level uncached frame. I was unable to make a reduced test-case
showing this failing.
Fixes #576341 parent fbe9c8b commit 28d3bd5
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
992 | | - | |
| 992 | + | |
| 993 | + | |
993 | 994 | | |
994 | | - | |
995 | | - | |
| 995 | + | |
996 | 996 | | |
997 | | - | |
| 997 | + | |
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
| |||
0 commit comments