Home
last modified time | relevance | path

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

/third_party/python/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 …]
/third_party/python/Doc/c-api/
Dinit_config.rst420 PyConfig chapter