Commit db9e20f
committed
Fix bug reported by Just: anonymous arguments used for tuples should
have a unique name, otherwise they get squished by locals2fast (or
fast2locals, I dunno) when the debugger is invoked before they have
been transferred to real locals.1 parent 475d51d commit db9e20f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2995 | 2995 | | |
2996 | 2996 | | |
2997 | 2997 | | |
| 2998 | + | |
2998 | 2999 | | |
2999 | 3000 | | |
3000 | 3001 | | |
| |||
3011 | 3012 | | |
3012 | 3013 | | |
3013 | 3014 | | |
3014 | | - | |
| 3015 | + | |
| 3016 | + | |
3015 | 3017 | | |
3016 | 3018 | | |
3017 | 3019 | | |
| |||
0 commit comments