diff options
author | Damien George <damien.p.george@gmail.com> | 2017-05-25 20:35:57 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-05-25 20:35:57 +1000 |
commit | 68e71eacb8f5e67f9765ccd8639ca359bc3417de (patch) | |
tree | 0da62cd2f8475dfda7803b108665fcea48d70cf3 /esp8266/modules/dht.py | |
parent | 982e67690216a04d82c9cfcb07e8c5e3dbc4d964 (diff) | |
download | micropython-68e71eacb8f5e67f9765ccd8639ca359bc3417de.tar.gz micropython-68e71eacb8f5e67f9765ccd8639ca359bc3417de.zip |
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.
Diffstat (limited to 'esp8266/modules/dht.py')
0 files changed, 0 insertions, 0 deletions