#ifndef STACKLESSEVAL_H #define STACKLESSEVAL_H #include "compile.h" #include "frameobject.h" /*** additional exports to ceval.h ***/ PyAPI_DATA(PyObject *) Py_UnwindToken; #endif