Home
last modified time | relevance | path

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

123

/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dpreconfig.c290 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
313 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
380 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
420 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
661 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
673 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
674 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
697 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
698 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
761 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dpreconfig.c290 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
313 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
380 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
420 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
661 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
673 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
674 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
697 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
698 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
761 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dpreconfig.c290 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
313 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
380 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
420 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
661 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
673 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
674 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
697 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
698 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
761 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/lang/python310/Python-3.10.1/Python/
H A 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 …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dpreconfig.c294 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
327 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
394 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
434 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
675 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
687 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
688 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
711 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
712 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
775 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dpreconfig.c290 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
313 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
380 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
420 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
661 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
673 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
674 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
697 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
698 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
761 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dpreconfig.c291 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
314 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
381 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
421 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
662 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
674 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
675 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
698 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
699 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
762 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dpreconfig.c290 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
313 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
380 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
420 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
661 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
673 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
674 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
697 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
698 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
761 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/lang/python38/Python-3.8.12/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/lang/python-tools/Python-3.8.12/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/lang/python39/Python-3.9.9/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/databases/py-sqlite3/Python-3.8.12/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/cpython/
H A Dinitconfig.h86 int coerce_c_locale_warn; member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/lang/python310/Python-3.10.1/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dinitconfig.h89 int coerce_c_locale_warn; member
/dports/lang/python37/Python-3.7.12/Include/
H A Dpystate.h45 int coerce_c_locale_warn; /* PYTHONCOERCECLOCALE=warn */ member
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dpystate.h45 int coerce_c_locale_warn; /* PYTHONCOERCECLOCALE=warn */ member
/dports/lang/python37/Python-3.7.12/Python/
H A Dpylifecycle.c403 if (core_config->coerce_c_locale_warn) { in _emit_stderr_warning_for_legacy_locale()
465 if (config->coerce_c_locale_warn) { in _coerce_default_locale_settings()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dmain.c1970 config->coerce_c_locale_warn = 1; in config_read_env_vars()
2532 COPY_ATTR(coerce_c_locale_warn); in _PyCoreConfig_Copy()
2613 SET_ITEM_INT(coerce_c_locale_warn); in _PyCoreConfig_AsDict()
/dports/databases/py-sqlite3/Python-3.8.12/Programs/
H A D_testembed.c1005 preconfig.coerce_c_locale_warn = 1; in test_init_dont_configure_locale()
/dports/databases/py-gdbm/Python-3.8.12/Programs/
H A D_testembed.c1005 preconfig.coerce_c_locale_warn = 1; in test_init_dont_configure_locale()

123