commit | 768a3f0ab8c1abdf14372cbdf3c83cc93b28ac4e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 31 13:13:47 1991 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 31 13:13:47 1991 +0000 |
tree | 28fee2f993254aa1fb288591e2e70daad3db54f0 | |
parent | a9df32ab2aaafe4eb7181916737caf5cb35eed8e [diff] [blame] |
Added SystemExit.
diff --git a/Include/errors.h b/Include/errors.h index ce00e3e..1f7cfc3 100755 --- a/Include/errors.h +++ b/Include/errors.h
@@ -46,6 +46,7 @@ extern object *RuntimeError; extern object *SyntaxError; extern object *SystemError; +extern object *SystemExit; extern object *TypeError; extern object *ValueError; extern object *ZeroDivisionError;