Added SystemExit.

This commit is contained in:
Guido van Rossum 1991-12-31 13:13:47 +00:00
parent a9df32ab2a
commit 768a3f0ab8
3 changed files with 4 additions and 0 deletions

View file

@ -46,6 +46,7 @@ extern object *OverflowError;
extern object *RuntimeError;
extern object *SyntaxError;
extern object *SystemError;
extern object *SystemExit;
extern object *TypeError;
extern object *ValueError;
extern object *ZeroDivisionError;