Home
last modified time | relevance | path

Searched refs:coerce_c_locale_warn (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Dpreconfig.c298 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
331 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
398 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
438 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
679 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
691 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
692 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
715 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
716 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
779 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
Dpylifecycle.c274 if (preconfig->coerce_c_locale_warn && _Py_LegacyLocaleDetected(1)) { in emit_stderr_warning_for_legacy_locale()
/third_party/python/Include/cpython/
Dinitconfig.h89 int coerce_c_locale_warn; member
/third_party/python/Programs/
D_testembed.c1027 preconfig.coerce_c_locale_warn = 1; in test_init_dont_configure_locale()
/third_party/python/Doc/c-api/
Dinit_config.rst260 :c:member:`~PyPreConfig.coerce_c_locale_warn` members to 0.
277 .. c:member:: int coerce_c_locale_warn