Home
last modified time | relevance | path

Searched refs:coerce_c_locale_warn (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Python/
H A Dpreconfig.c294 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
317 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
384 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
424 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
665 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
677 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
678 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
701 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
702 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
765 assert(config->coerce_c_locale_warn > in preconfig_read()
[all...]
H A Dpylifecycle.c294 if (preconfig->coerce_c_locale_warn && _Py_LegacyLocaleDetected(1)) { in emit_stderr_warning_for_legacy_locale()
/third_party/python/Include/cpython/
H A Dinitconfig.h67 set coerce_c_locale and coerce_c_locale_warn to 0. */
89 int coerce_c_locale_warn; member
/third_party/python/Programs/
H A D_testembed.c1115 preconfig.coerce_c_locale_warn = 1; in test_init_dont_configure_locale()

Completed in 9 milliseconds