static PyObject |
python._Py_CheckFunctionResult(PyThreadState tstate,
PyObject callable,
PyObject result,
BytePointer where) |
static PyObject |
python._Py_CheckFunctionResult(PyThreadState tstate,
PyObject callable,
PyObject result,
String where) |
static void |
python._PyErr_GetExcInfo(PyThreadState arg0,
PointerPointer arg1,
PointerPointer arg2,
PointerPointer arg3) |
static void |
python._PyErr_GetExcInfo(PyThreadState arg0,
PyObject arg1,
PyObject arg2,
PyObject arg3) |
static PyObject |
python._PyEval_EvalFrameDefault(PyThreadState tstate,
PyFrameObject f,
int exc) |
static int |
python._PyEval_SetProfile(PyThreadState tstate,
Py_tracefunc func,
PyObject arg) |
static int |
python._PyEval_SetTrace(PyThreadState tstate,
Py_tracefunc func,
PyObject arg) |
static PyObject |
python._PyObject_FastCallTstate(PyThreadState tstate,
PyObject func,
PointerPointer args,
long nargs) |
static PyObject |
python._PyObject_FastCallTstate(PyThreadState tstate,
PyObject func,
PyObject args,
long nargs) |
static PyObject |
python._PyObject_MakeTpCall(PyThreadState tstate,
PyObject callable,
PointerPointer args,
long nargs,
PyObject keywords) |
static PyObject |
python._PyObject_MakeTpCall(PyThreadState tstate,
PyObject callable,
PyObject args,
long nargs,
PyObject keywords) |
static PyObject |
python._PyObject_VectorcallTstate(PyThreadState tstate,
PyObject callable,
PointerPointer args,
long nargsf,
PyObject kwnames) |
static PyObject |
python._PyObject_VectorcallTstate(PyThreadState tstate,
PyObject callable,
PyObject args,
long nargsf,
PyObject kwnames) |
static void |
python._PyOS_ReadlineTState(PyThreadState setter) |
static PyObject |
python._PyThreadState_GetDict(PyThreadState tstate) |
static int |
python._PyTrash_begin(PyThreadState tstate,
PyObject op) |
static void |
python._PyTrash_end(PyThreadState tstate) |
static void |
python.Py_EndInterpreter(PyThreadState arg0) |
static void |
python.PyEval_AcquireThread(PyThreadState tstate) |
static void |
python.PyEval_ReleaseThread(PyThreadState tstate) |
static void |
python.PyEval_RestoreThread(PyThreadState arg0) |
static PyFrameObject |
python.PyFrame_New(PyThreadState arg0,
PyCodeObject arg1,
PyObject arg2,
PyObject arg3) |
static void |
python.PyThreadState_Clear(PyThreadState arg0) |
static void |
python.PyThreadState_Delete(PyThreadState arg0) |
static PyFrameObject |
python.PyThreadState_GetFrame(PyThreadState tstate) |
static long |
python.PyThreadState_GetID(PyThreadState tstate) |
static PyInterpreterState |
python.PyThreadState_GetInterpreter(PyThreadState tstate) |
static PyThreadState |
python.PyThreadState_Next(PyThreadState arg0) |
static PyThreadState |
python.PyThreadState_Swap(PyThreadState arg0) |