micropython/tests/misc
Paul Sokolovsky ae2c81ff38 vm: On exiting except block, clear sys.exc_info() value.
This doesn't handle case fo enclosed except blocks, but once again,
sys.exc_info() support is a workaround for software which uses it
instead of properly catching exceptions via variable in except clause.
2015-04-26 01:40:37 +03:00
..
features.py
print_exception.py
recursion.py
recursive_data.py
recursive_data.py.exp
rge_sm.py
sys_exc_info.py vm: On exiting except block, clear sys.exc_info() value. 2015-04-26 01:40:37 +03:00