pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
_PyCoreConfig
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
_PyCoreConfig {
int
install_signal_handlers
;
int
ignore_environment
;
int
use_hash_seed
;
C_long
hash_seed
;
char
*
allocator
;
int
dev_mode
;
int
faulthandler
;
int
tracemalloc
;
int
import_time
;
int
show_ref_count
;
int
show_alloc_count
;
int
dump_refs
;
int
malloc_stats
;
int
coerce_c_locale
;
int
coerce_c_locale_warn
;
int
utf8_mode
;
wchar_t
*
program_name
;
int
argc
;
wchar_t
**
argv
;
wchar_t
*
program
;
int
nxoption
;
wchar_t
**
xoptions
;
int
nwarnoption
;
wchar_t
**
warnoptions
;
wchar_t
*
module_search_path_env
;
wchar_t
*
home
;
int
nmodule_search_path
;
wchar_t
**
module_search_paths
;
wchar_t
*
executable
;
wchar_t
*
prefix
;
wchar_t
*
base_prefix
;
wchar_t
*
exec_prefix
;
wchar_t
*
base_exec_prefix
;
int
_disable_importlib
;
}
Members
Variables
_disable_importlib
int
_disable_importlib
;
Undocumented in source.
allocator
char
*
allocator
;
Undocumented in source.
argc
int
argc
;
Undocumented in source.
argv
wchar_t
**
argv
;
Undocumented in source.
base_exec_prefix
wchar_t
*
base_exec_prefix
;
Undocumented in source.
base_prefix
wchar_t
*
base_prefix
;
Undocumented in source.
coerce_c_locale
int
coerce_c_locale
;
Undocumented in source.
coerce_c_locale_warn
int
coerce_c_locale_warn
;
Undocumented in source.
dev_mode
int
dev_mode
;
Undocumented in source.
dump_refs
int
dump_refs
;
Undocumented in source.
exec_prefix
wchar_t
*
exec_prefix
;
Undocumented in source.
executable
wchar_t
*
executable
;
Undocumented in source.
faulthandler
int
faulthandler
;
Undocumented in source.
hash_seed
C_long
hash_seed
;
Undocumented in source.
home
wchar_t
*
home
;
Undocumented in source.
ignore_environment
int
ignore_environment
;
Undocumented in source.
import_time
int
import_time
;
Undocumented in source.
install_signal_handlers
int
install_signal_handlers
;
Undocumented in source.
malloc_stats
int
malloc_stats
;
Undocumented in source.
module_search_path_env
wchar_t
*
module_search_path_env
;
Undocumented in source.
module_search_paths
wchar_t
**
module_search_paths
;
Undocumented in source.
nmodule_search_path
int
nmodule_search_path
;
Undocumented in source.
nwarnoption
int
nwarnoption
;
Undocumented in source.
nxoption
int
nxoption
;
Undocumented in source.
prefix
wchar_t
*
prefix
;
Undocumented in source.
program
wchar_t
*
program
;
Undocumented in source.
program_name
wchar_t
*
program_name
;
Undocumented in source.
show_alloc_count
int
show_alloc_count
;
Undocumented in source.
show_ref_count
int
show_ref_count
;
Undocumented in source.
tracemalloc
int
tracemalloc
;
Undocumented in source.
use_hash_seed
int
use_hash_seed
;
Undocumented in source.
utf8_mode
int
utf8_mode
;
Undocumented in source.
warnoptions
wchar_t
**
warnoptions
;
Undocumented in source.
xoptions
wchar_t
**
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