py/vm: Fix bug with stackless mode and unwinding of exceptions.
This patch fixes a regression introduced by 71a3d6ec Previous to this patch the n_state variable was referring to that computed at the very start of the mp_execute_bytecode function. This patch fixes it so that n_state is recomputed when the code_state changes.
Showing
Please register or sign in to comment