Searched refs:filesystem_errors (Results 1 – 12 of 12) sorted by relevance
153 wchar_t *filesystem_errors; member
66 Use :c:member:`PyConfig.filesystem_errors` instead.
71 SPEC(filesystem_errors, WSTR),729 assert(config->filesystem_errors != NULL); in config_check_consistency()787 CLEAR(config->filesystem_errors); in PyConfig_Clear()2128 if (config->filesystem_errors == NULL) { in config_init_fs_encoding()2140 status = PyConfig_SetString(config, &config->filesystem_errors, errors); in config_init_fs_encoding()2273 if (config->filesystem_encoding == NULL || config->filesystem_errors == NULL) { in config_read()
947 PyObject *u = PyUnicode_FromWideChar(config->filesystem_errors, -1); in sys_getfilesystemencodeerrors_impl()
154 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.194 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
322 * Set :c:member:`PyConfig.filesystem_errors` to ``"replace"``.791 See also the :c:member:`~PyConfig.filesystem_errors` member.793 .. c:member:: wchar_t* filesystem_errors
3716 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_EncodeFSDefault() local3717 assert(filesystem_errors != NULL); in PyUnicode_EncodeFSDefault()3718 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_EncodeFSDefault()3954 const wchar_t *filesystem_errors = config->filesystem_errors; in PyUnicode_DecodeFSDefaultAndSize() local3955 assert(filesystem_errors != NULL); in PyUnicode_DecodeFSDefaultAndSize()3956 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_DecodeFSDefaultAndSize()15713 error_handler = get_error_handler_wide(config->filesystem_errors); in init_fs_codec()15726 if (encode_wstr_utf8(config->filesystem_errors, in init_fs_codec()15833 PyMem_RawFree(config->filesystem_errors); in _PyUnicode_EnableLegacyWindowsFSEncoding()15834 config->filesystem_errors = errors; in _PyUnicode_EnableLegacyWindowsFSEncoding()
800 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.828 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
85 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
464 :c:member:`~PyConfig.filesystem_errors` members of :c:type:`PyConfig`.
2163 * :c:var:`!Py_FileSystemDefaultEncodeErrors`: use :c:member:`PyConfig.filesystem_errors`
14221 …<var-decl name='filesystem_errors' type-id='type-id-58' visibility='default' filepath='./Include/c…