Commit Graph

1 Commits

Author SHA1 Message Date
David Mak 49660c4e6f core: Fix restoration of loop target in try statement
I am not sure why this occurs either, it only appears that after the
assignment, `old_loop_target` and `loop_target` are both referencing the
same variable, causing the next line to set both variables as None.
2023-09-21 16:17:29 +08:00