Add SystemExit exception and use it in unix/ and stmhal/ ports.

Addresses issue #598.
This commit is contained in:
Damien George
2014-05-24 23:32:19 +01:00
parent ee3fd46f13
commit 7a4ddd2428
5 changed files with 10 additions and 4 deletions

View File

@@ -102,6 +102,7 @@ Q(OverflowError)
Q(RuntimeError)
Q(SyntaxError)
Q(SystemError)
Q(SystemExit)
Q(TypeError)
Q(UnboundLocalError)
Q(ValueError)