Searched refs:Py_UTF8Mode (Results 1 – 12 of 12) sorted by relevance
29 Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_UTF8Mode;
486 if (Py_UTF8Mode > 0) { in preconfig_get_global_vars()487 config->utf8_mode = Py_UTF8Mode; in preconfig_get_global_vars()518 COPY_FLAG(utf8_mode, Py_UTF8Mode); in preconfig_set_global_vars()
314 int Py_UTF8Mode = 0; variable374 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
67 * :c:var:`!Py_UTF8Mode`:
569 Py_UTF8Mode = 1; in test_init_global_config()626 Py_UTF8Mode = 0; in test_init_from_config()
790 EXPORT_DATA(Py_UTF8Mode)
881 data,Py_UTF8Mode,3.8,,
1644 …<elf-symbol name='Py_UTF8Mode' size='4' type='object-type' binding='global-binding' visibility='de…26692 …Py_UTF8Mode' type-id='type-id-5' mangled-name='Py_UTF8Mode' visibility='default' filepath='./Inclu…
891 :c:data:`!Py_FileSystemDefaultEncodeErrors` and :c:data:`!Py_UTF8Mode` are
105 Python/initconfig.c - Py_UTF8Mode -
2126 [data.Py_UTF8Mode]
2164 * :c:var:`!Py_UTF8Mode`: use :c:member:`PyPreConfig.utf8_mode` (see :c:func:`Py_PreInitialize`)