Files for 2.1b1 distribution.
[python/dscho.git] / Include / eval.h
blob2a45009025781a170f8237d1595460227ba54d2f
2 /* Interface to execute compiled code */
4 #ifndef Py_EVAL_H
5 #define Py_EVAL_H
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
10 DL_IMPORT(PyObject *) PyEval_EvalCode(PyCodeObject *, PyObject *, PyObject *);
12 #ifdef __cplusplus
14 #endif
15 #endif /* !Py_EVAL_H */