Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dinitconfig.h47 typedef struct PyPreConfig { struct
48 int _config_init; /* _PyConfigInitEnum value */
52 int parse_argv;
59 int isolated;
64 int use_environment;
68 int configure_locale;
81 int coerce_c_locale;
89 int coerce_c_locale_warn;
100 int legacy_windows_fs_encoding;
125 } PyPreConfig; argument
/third_party/python/Doc/c-api/
Dinit_config.rst206 PyPreConfig chapter