mirror of
https://github.com/python/cpython.git
synced 2025-09-23 00:43:12 +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 *ValueError;
|
||||||
extern object *KeyError;
|
extern object *KeyError;
|
||||||
extern object *OverflowError;
|
extern object *OverflowError;
|
||||||
|
extern object *SyntaxError;
|
||||||
|
|
||||||
/* Convenience functions */
|
/* Convenience functions */
|
||||||
|
|
||||||
|
|
|
@ -49,6 +49,7 @@ extern object *IndexError;
|
||||||
extern object *ValueError;
|
extern object *ValueError;
|
||||||
extern object *KeyError;
|
extern object *KeyError;
|
||||||
extern object *OverflowError;
|
extern object *OverflowError;
|
||||||
|
extern object *SyntaxError;
|
||||||
|
|
||||||
/* Convenience functions */
|
/* Convenience functions */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue