Macros | |
| #define | PyEval_CallObject(callable, arg) | 
| #define | Py_ALLOW_RECURSION | 
| #define | Py_END_ALLOW_RECURSION | 
| #define | Py_BEGIN_ALLOW_THREADS | 
| #define | Py_BLOCK_THREADS | 
| #define | Py_UNBLOCK_THREADS | 
| #define | Py_END_ALLOW_THREADS | 
| #define | FVC_MASK | 
| #define | FVC_NONE | 
| #define | FVC_STR | 
| #define | FVC_REPR | 
| #define | FVC_ASCII | 
| #define | FVS_MASK | 
| #define | FVS_HAVE_SPEC | 
| #define | Py_CPYTHON_CEVAL_H | 
Functions | |
| Py_DEPRECATED (3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(PyObject *callable | |
| const char const char const char | PyAPI_FUNC (PyObject *) PyEval_GetBuiltins(void) | 
| PyAPI_FUNC (PyFrameObject *) PyEval_GetFrame(void) | |
| PyAPI_FUNC (int) Py_AddPendingCall(int(*func)(void *) | |
| PyAPI_FUNC (void) Py_SetRecursionLimit(int) | |
| PyAPI_FUNC (const char *) PyEval_GetFuncName(PyObject *) | |
| PyAPI_FUNC (PyThreadState *) PyEval_SaveThread(void) | |
Variables | |
| PyObject * | args | 
| PyObject PyObject * | kwargs | 
| const char * | format | 
| const char const char * | name | 
| void * | arg | 
| int | exc | 
| #define Py_ALLOW_RECURSION | 
| #define Py_END_ALLOW_RECURSION | 
| #define Py_BEGIN_ALLOW_THREADS | 
| #define Py_BLOCK_THREADS | 
| #define Py_UNBLOCK_THREADS | 
| #define Py_END_ALLOW_THREADS | 
| #define FVC_MASK | 
| #define FVC_NONE | 
| #define FVC_STR | 
| #define FVC_REPR | 
| #define FVC_ASCII | 
| #define FVS_MASK | 
| #define FVS_HAVE_SPEC | 
| #define Py_CPYTHON_CEVAL_H | 
| Py_DEPRECATED | ( | 3. | 9 | ) | 
| const char const char const char PyAPI_FUNC | ( | PyObject * | ) | 
| PyAPI_FUNC | ( | PyFrameObject * | ) | 
| PyAPI_FUNC | ( | int | ) | 
| PyAPI_FUNC | ( | void | ) | 
| PyAPI_FUNC | ( | const char * | ) | 
| PyAPI_FUNC | ( | PyThreadState * | ) | 
| PyObject* args | 
| const char const char const char* format | 
| const char const char* name | 
| PyObject Py_tracefunc PyObject * arg | 
| int exc |