pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
_PyMainInterpreterConfig
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
_PyMainInterpreterConfig {
int
install_signal_handlers
;
PyObject
*
argv
;
PyObject
*
executable
;
PyObject
*
prefix
;
PyObject
*
base_prefix
;
PyObject
*
exec_prefix
;
PyObject
*
base_exec_prefix
;
PyObject
*
warnoptions
;
PyObject
*
xoptions
;
PyObject
*
module_search_path
;
}
Members
Variables
argv
PyObject
*
argv
;
Undocumented in source.
base_exec_prefix
PyObject
*
base_exec_prefix
;
Undocumented in source.
base_prefix
PyObject
*
base_prefix
;
Undocumented in source.
exec_prefix
PyObject
*
exec_prefix
;
Undocumented in source.
executable
PyObject
*
executable
;
Undocumented in source.
install_signal_handlers
int
install_signal_handlers
;
Undocumented in source.
module_search_path
PyObject
*
module_search_path
;
Undocumented in source.
prefix
PyObject
*
prefix
;
Undocumented in source.
warnoptions
PyObject
*
warnoptions
;
Undocumented in source.
xoptions
PyObject
*
xoptions
;
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