2 /* Interface to execute compiled code */
10 DL_IMPORT(PyObject
*) PyEval_EvalCode(PyCodeObject
*, PyObject
*, PyObject
*);
12 DL_IMPORT(PyObject
*) PyEval_EvalCodeEx(PyCodeObject
*co
,
15 PyObject
**args
, int argc
,
16 PyObject
**kwds
, int kwdc
,
17 PyObject
**defs
, int defc
,
23 #endif /* !Py_EVAL_H */