aboutsummaryrefslogtreecommitdiff
path: root/tests/misc/sys_exc_info.py
AgeCommit message (Expand)Author
2020-09-04all: Rename "sys" module to "usys".stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2018-08-17tests: Modify tests that print repr of an exception with 1 arg.Damien George
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2015-04-26vm: On exiting except block, clear sys.exc_info() value.Paul Sokolovsky
2015-04-25modsys: Add basic sys.exc_info() implementation.Paul Sokolovsky