commit | e440e47e91a93ae57870da8753f9c141c4a37885 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 01 15:22:42 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jun 01 15:22:42 2004 +0000 |
tree | b51a0c792d63b9357dccbd781000d2c4ea8274b0 | |
parent | 09e2cb0ba70aeb52bf6562120103573d7f65cbd6 [diff] [blame] |
Patch #957398: Add public API for Generator Object/Type.
diff --git a/Include/ceval.h b/Include/ceval.h index dc3864b..ae6de3a 100644 --- a/Include/ceval.h +++ b/Include/ceval.h
@@ -64,6 +64,7 @@ PyAPI_FUNC(char *) PyEval_GetFuncDesc(PyObject *); PyAPI_FUNC(PyObject *) PyEval_GetCallStats(PyObject *); +PyAPI_FUNC(PyObject *) PyEval_EvaluateFrame(PyObject *); /* this used to be handled on a per-thread basis - now just two globals */ PyAPI_DATA(volatile int) _Py_Ticker;