mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
SyntaxError.
This commit is contained in:
parent
b954c2c39f
commit
a317365eb2
2 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,7 @@ extern object *IndexError;
|
|||
extern object *ValueError;
|
||||
extern object *KeyError;
|
||||
extern object *OverflowError;
|
||||
extern object *SyntaxError;
|
||||
|
||||
/* Convenience functions */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue