Home
last modified time | relevance | path

Searched refs:Py_UTF8Mode (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Python/
Dpreconfig.c491 if (Py_UTF8Mode > 0) { in preconfig_get_global_vars()
492 config->utf8_mode = Py_UTF8Mode; in preconfig_get_global_vars()
520 COPY_FLAG(utf8_mode, Py_UTF8Mode); in preconfig_set_global_vars()
834 int init_utf8_mode = Py_UTF8Mode; in _PyPreConfig_Read()
855 Py_UTF8Mode = config->utf8_mode; in _PyPreConfig_Read()
925 Py_UTF8Mode = init_utf8_mode ; in _PyPreConfig_Read()
Dfileutils.c600 int use_utf8 = (Py_UTF8Mode == 1); in _Py_DecodeLocaleEx()
792 int use_utf8 = (Py_UTF8Mode == 1); in encode_locale_ex()
Dinitconfig.c155 int Py_UTF8Mode = 0; variable
213 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
/third_party/python/Include/
Dfileobject.h29 PyAPI_DATA(int) Py_UTF8Mode;
/third_party/python/Programs/
D_testembed.c438 Py_UTF8Mode = 1; in test_init_global_config()
491 Py_UTF8Mode = 0; in test_init_from_config()
/third_party/python/Doc/data/
Dstable_abi.dat827 var,Py_UTF8Mode,3.8,
/third_party/python/PC/
Dpython3dll.c730 EXPORT_DATA(Py_UTF8Mode)
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst891 :c:data:`Py_FileSystemDefaultEncodeErrors` and :c:data:`Py_UTF8Mode` are
/third_party/python/Misc/
Dstable_abi.txt2025 data Py_UTF8Mode
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch333 @@ -30,7 +30,7 @@ PyAPI_DATA(int) Py_UTF8Mode;