Home
last modified time | relevance | path

Searched defs:PyConfig (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dinitconfig.h134 typedef struct PyConfig { struct
135 int _config_init; /* _PyConfigInitEnum value */ argument
137 int isolated;
138 int use_environment;
139 int dev_mode;
140 int install_signal_handlers;
141 int use_hash_seed;
142 unsigned long hash_seed;
143 int faulthandler;
144 int tracemalloc;
[all …]
/external/python/cpython3/Doc/c-api/
Dinit_config.rst442 PyConfig chapter