Searched defs:PyPreConfig (Results 1 – 2 of 2) sorted by relevance
47 typedef struct PyPreConfig { struct48 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
206 PyPreConfig chapter