1
2 #include "Python.h"
3
4 static PyObject *ErrorObject;
5
6 /* ----------------------------------------------------- */