Macros | |
#define | Py_EnterRecursiveCall(where) |
#define | Py_LeaveRecursiveCall() |
Variables | |
int(* | func )(void *) |
int(*) void | arg ) |
int | new_depth |
const char * | where |
#define Py_EnterRecursiveCall | ( | where | ) |
#define Py_LeaveRecursiveCall | ( | ) |
void _Py_FinishPendingCalls | ( | PyThreadState * | tstate | ) |
void _PyEval_InitRuntimeState | ( | struct _ceval_runtime_state * | ) |
int _PyEval_InitState | ( | struct _ceval_state * | ceval | ) |
void _PyEval_FiniState | ( | struct _ceval_state * | ceval | ) |
PyAPI_FUNC | ( | void | ) |
PyAPI_FUNC | ( | int | ) |
void _PyEval_Fini | ( | void | ) |
|
static |
PyObject* _PyEval_EvalCode | ( | PyThreadState * | tstate, |
PyObject * | _co, | ||
PyObject * | globals, | ||
PyObject * | locals, | ||
PyObject *const * | args, | ||
Py_ssize_t | argcount, | ||
PyObject *const * | kwnames, | ||
PyObject *const * | kwargs, | ||
Py_ssize_t | kwcount, | ||
int | kwstep, | ||
PyObject *const * | defs, | ||
Py_ssize_t | defcount, | ||
PyObject * | kwdefs, | ||
PyObject * | closure, | ||
PyObject * | name, | ||
PyObject * | qualname | ||
) |
int _PyEval_ThreadsInitialized | ( | struct pyruntimestate * | runtime | ) |
PyStatus _PyEval_InitGIL | ( | PyThreadState * | tstate | ) |
void _PyEval_FiniGIL | ( | PyThreadState * | tstate | ) |
void _PyEval_ReleaseLock | ( | PyThreadState * | tstate | ) |
PyAPI_DATA | ( | int | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
int(* func) (void *) | ( | void * | ) |
int(*) void arg) |
int new_depth |
const char* where |