summaryrefslogtreecommitdiff
path: root/py/qstrdefs.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-24 23:32:19 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-24 23:32:19 +0100
commit7a4ddd24281a7e21eeaa697644418015cf4dd650 (patch)
tree6e1e87da8bee4f94539b98625b4deb6fd9ececd4 /py/qstrdefs.h
parentee3fd46f1383e984c968c4a82d634d7b0cea49b8 (diff)
Add SystemExit exception and use it in unix/ and stmhal/ ports.
Addresses issue #598.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r--py/qstrdefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h
index 1de098919..2d4ddfea2 100644
--- a/py/qstrdefs.h
+++ b/py/qstrdefs.h
@@ -102,6 +102,7 @@ Q(OverflowError)
Q(RuntimeError)
Q(SyntaxError)
Q(SystemError)
+Q(SystemExit)
Q(TypeError)
Q(UnboundLocalError)
Q(ValueError)