diff options
Diffstat (limited to 'Include/eval.h')
-rw-r--r-- | Include/eval.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/eval.h b/Include/eval.h index 66638e7..b78dfe0 100644 --- a/Include/eval.h +++ b/Include/eval.h @@ -17,6 +17,8 @@ PyAPI_FUNC(PyObject *) PyEval_EvalCodeEx(PyCodeObject *co, PyObject **defs, int defc, PyObject *closure); +PyAPI_FUNC(PyObject *) _PyEval_CallTracing(PyObject *func, PyObject *args); + #ifdef __cplusplus } #endif |