micropython/tests/basics/async_with.py.exp
Damien George b32c01b748 py/compile: Fix async-for/async-with to work with simpler exc on stack.
There is now just the exception instance on the stack when an exception is
raised, not the full (type, exc, traceback).
2016-09-28 11:52:13 +10:00

8 lines
84 B
Plaintext

enter
body
exit None None
finished
enter
exit <class 'ValueError'> error
ValueError