mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Added SystemExit.
This commit is contained in:
parent
a9df32ab2a
commit
768a3f0ab8
3 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue