Skip to content
Snippets Groups Projects
Commit d54b8a47 authored by Damien George's avatar Damien George
Browse files

Merge branch 'master' of github.com:micropython/micropython

parents 038df431 69975df3
No related branches found
No related tags found
No related merge requests found
......@@ -445,7 +445,7 @@ dispatch_loop:
// on value stack)
assert(exc_sp >= exc_stack);
assert(exc_sp->opcode == MP_BC_SETUP_WITH);
exc_sp--;
POP_EXC_BLOCK();
PUSH(mp_const_none);
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment