pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
_PyErr_StackItem
deimos
python
pystate
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Python_3_7_Or_Later)
extern (
C
)
struct
_PyErr_StackItem {
PyObject
*
exc_type
;
PyObject
*
exc_value
;
PyObject
*
exc_traceback
;
_PyErr_StackItem
*
previous_item
;
}
Members
Variables
exc_traceback
PyObject
*
exc_traceback
;
Undocumented in source.
exc_type
PyObject
*
exc_type
;
Undocumented in source.
exc_value
PyObject
*
exc_value
;
Undocumented in source.
previous_item
_PyErr_StackItem
*
previous_item
;
Undocumented in source.
Meta
Source
See Implementation
deimos
python
pystate
aliases
PyThreadFrameGetter
Py_tracefunc
_PyFrameEvalFunction
enums
PyGILState_STATE
functions
PyGILState_Ensure
PyGILState_GetThisThreadState
PyGILState_Release
PyInterpreterState_Clear
PyInterpreterState_Delete
PyInterpreterState_GetDict
PyInterpreterState_Head
PyInterpreterState_New
PyInterpreterState_Next
PyInterpreterState_ThreadHead
PyState_FindModule
PyThreadState_Clear
PyThreadState_Delete
PyThreadState_DeleteCurrent
PyThreadState_GET
PyThreadState_Get
PyThreadState_GetDict
PyThreadState_New
PyThreadState_Next
PyThreadState_SetAsyncExc
PyThreadState_Swap
_PyGILState_Reinit
_PyState_AddModule
_PyThreadState_Init
_PyThreadState_Prealloc
manifest constants
MAX_CO_EXTRA_USERS
PyTrace_CALL
PyTrace_C_CALL
PyTrace_C_EXCEPTION
PyTrace_C_RETURN
PyTrace_EXCEPTION
PyTrace_LINE
PyTrace_RETURN
structs
PyInterpreterState
PyThreadState
_PyCoreConfig
_PyErr_StackItem
_PyMainInterpreterConfig