PyExc_StandardError
This commit is contained in:
parent
d6af13647a
commit
c5f3c844e1
|
|
@ -132,6 +132,7 @@ extern "C" {
|
|||
EXPCL_DTOOLCONFIG extern void *PyExc_FutureWarning;
|
||||
EXPCL_DTOOLCONFIG extern void *PyExc_IndexError;
|
||||
EXPCL_DTOOLCONFIG extern void *PyExc_RuntimeError;
|
||||
EXPCL_DTOOLCONFIG extern void *PyExc_StandardError;
|
||||
EXPCL_DTOOLCONFIG extern void *PyExc_StopIteration;
|
||||
EXPCL_DTOOLCONFIG extern void *PyExc_TypeError;
|
||||
EXPCL_DTOOLCONFIG extern void *PyExc_ValueError;
|
||||
|
|
@ -261,6 +262,7 @@ void *PyExc_AttributeError = (void *)NULL;
|
|||
void *PyExc_FutureWarning = (void *)NULL;
|
||||
void *PyExc_IndexError = (void *)NULL;
|
||||
void *PyExc_RuntimeError = (void *)NULL;
|
||||
void *PyExc_StandardError = (void *)NULL;
|
||||
void *PyExc_StopIteration = (void *)NULL;
|
||||
void *PyExc_TypeError = (void *)NULL;
|
||||
void *PyExc_ValueError = (void *)NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue