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 py: Fix adding of traceback so that it appends to existing info. 2015-02-27 00:36:39 +00:00
recursion.py
recursive_data.py tests: Activate recursive_data.py test, now that io.StringIO is available. 2014-12-12 00:58:07 +02:00
recursive_data.py.exp tests: Activate recursive_data.py test, now that io.StringIO is available. 2014-12-12 00:58:07 +02:00
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