Searched refs:Py_FileSystemDefaultEncoding (Results 1 – 7 of 7) sorted by relevance
26 const char *Py_FileSystemDefaultEncoding = NULL; variable34 if (!Py_HasFileSystemDefaultEncoding && Py_FileSystemDefaultEncoding) { in _Py_ClearFileSystemEncoding()35 PyMem_RawFree((char*)Py_FileSystemDefaultEncoding); in _Py_ClearFileSystemEncoding()36 Py_FileSystemDefaultEncoding = NULL; in _Py_ClearFileSystemEncoding()63 Py_FileSystemDefaultEncoding = encoding2; in _Py_SetFileSystemEncoding()
205 SET_ITEM_STR(Py_FileSystemDefaultEncoding); in _Py_GetGlobalVariablesAsDict()
22 PyAPI_DATA(const char *) Py_FileSystemDefaultEncoding;
773 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at809 :c:data:`Py_FileSystemDefaultEncoding` (the locale encoding read at832 :c:data:`Py_FileSystemDefaultEncoding` should be used as the encoding, and871 Decode a string using :c:data:`Py_FileSystemDefaultEncoding` and the874 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the877 :c:data:`Py_FileSystemDefaultEncoding` is initialized at startup from the892 Decode a null-terminated string using :c:data:`Py_FileSystemDefaultEncoding`895 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the906 Encode a Unicode object to :c:data:`Py_FileSystemDefaultEncoding` with the911 If :c:data:`Py_FileSystemDefaultEncoding` is not set, fall back to the[all …]
141 Py_FileSystemDefaultEncoding
734 Py_FileSystemDefaultEncoding=python38.Py_FileSystemDefaultEncoding DATA
11537 Py_FileSystemDefaultEncoding is not set.12773 object to Py_FileSystemDefaultEncoding with the "surrogateescape" error12774 handler, and return bytes. If Py_FileSystemDefaultEncoding is not set, fall17099 with `Py_FileSystemDefaultEncoding` and a new API method21666 Py_FileSystemDefaultEncoding.