Damien George 68e71eacb8 py/vm: Fix bug with stackless mode and unwinding of exceptions.
This patch fixes a regression introduced by
71a3d6ec3bd02c5bd13334537e1bd146bb643bad

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.
2017-05-25 20:35:57 +10:00
..
2017-03-08 22:36:02 +11:00
2015-11-13 12:49:18 +00:00
2017-01-27 17:19:06 +11:00