Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileobject.h29 Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_UTF8Mode;
/external/python/cpython3/Python/
Dpreconfig.c486 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()
Dinitconfig.c314 int Py_UTF8Mode = 0; variable
374 SET_ITEM_INT(Py_UTF8Mode); in _Py_GetGlobalVariablesAsDict()
/external/python/cpython3/Doc/deprecations/
Dc-api-pending-removal-in-3.14.rst67 * :c:var:`!Py_UTF8Mode`:
/external/python/cpython3/Programs/
D_testembed.c569 Py_UTF8Mode = 1; in test_init_global_config()
626 Py_UTF8Mode = 0; in test_init_from_config()
/external/python/cpython3/PC/
Dpython3dll.c790 EXPORT_DATA(Py_UTF8Mode)
/external/python/cpython3/Doc/data/
Dstable_abi.dat881 data,Py_UTF8Mode,3.8,,
Dpython3.13.abi1644 …<elf-symbol name='Py_UTF8Mode' size='4' type='object-type' binding='global-binding' visibility='de…
26692Py_UTF8Mode' type-id='type-id-5' mangled-name='Py_UTF8Mode' visibility='default' filepath='./Inclu…
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a2.rst891 :c:data:`!Py_FileSystemDefaultEncodeErrors` and :c:data:`!Py_UTF8Mode` are
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv105 Python/initconfig.c - Py_UTF8Mode -
/external/python/cpython3/Misc/
Dstable_abi.toml2126 [data.Py_UTF8Mode]
/external/python/cpython3/Doc/whatsnew/
D3.12.rst2164 * :c:var:`!Py_UTF8Mode`: use :c:member:`PyPreConfig.utf8_mode` (see :c:func:`Py_PreInitialize`)