mirror of https://github.com/python/cpython
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
|
||
|
#include "allobjects.h"
|
||
|
#include "modsupport.h" /* For getargs() etc. */
|
||
|
|
||
|
static object *ErrorObject;
|
||
|
|
||
|
/* ----------------------------------------------------- */
|