Searched refs:PyExc_UnicodeDecodeError (Results 1 – 19 of 19) sorted by relevance
/external/python/cpython3/Modules/_xxtestfuzz/ |
D | fuzzer.c | 62 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in fuzz_builtin_int() 80 if (s == NULL && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in fuzz_builtin_unicode() 184 PyErr_ExceptionMatches(PyExc_UnicodeDecodeError) in fuzz_json_loads()
|
/external/python/cpython3/Python/ |
D | codecs.c | 667 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_IgnoreErrors() 705 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_ReplaceErrors() 845 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_BackslashReplaceErrors() 1190 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_SurrogatePassErrors() 1304 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_SurrogateEscapeErrors()
|
/external/python/cpython3/Include/ |
D | pyerrors.h | 118 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
|
/external/python/cpython3/Parser/ |
D | pegen_errors.c | 17 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in _PyPegen_raise_tokenizer_init_error()
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 875 PyErr_SetObject(PyExc_UnicodeDecodeError, excobj); in decoder_append_pending() 1301 PyErr_SetObject(PyExc_UnicodeDecodeError, excobj); in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | globals-to-fix.tsv | 276 Objects/exceptions.c - PyExc_UnicodeDecodeError -
|
/external/python/cpython3/Modules/_sqlite/ |
D | cursor.c | 401 if (!converted && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in _pysqlite_fetch_one_row()
|
/external/python/cpython3/PC/ |
D | python3dll.c | 875 EXPORT_DATA(PyExc_UnicodeDecodeError)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 261 data,PyExc_UnicodeDecodeError,3.2,,
|
D | python3.13.abi | 1566 …<elf-symbol name='PyExc_UnicodeDecodeError' size='8' type='object-type' binding='global-binding' v… 6629 …PyExc_UnicodeDecodeError' type-id='type-id-4' mangled-name='PyExc_UnicodeDecodeError' visibility='…
|
/external/python/cpython3/Parser/lexer/ |
D | lexer.c | 323 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in verify_identifier()
|
/external/python/cpython3/Objects/ |
D | exceptions.c | 3143 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable 3150 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create()
|
D | typeobject.c | 10880 && typeobj != PyExc_UnicodeDecodeError in expect_manually_inherited()
|
D | unicodeobject.c | 3884 exc = PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in unicode_decode_locale()
|
/external/python/cpython3/Doc/c-api/ |
D | exceptions.rst | 1020 single: PyExc_UnicodeDecodeError (C var) 1126 | :c:data:`PyExc_UnicodeDecodeError` | :exc:`UnicodeDecodeError` | |
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 713 Objects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeD…
|
/external/python/cpython3/Modules/ |
D | _tkinter.c | 404 if (r != NULL || !PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicodeFromTclStringAndSize()
|
D | _pickle.c | 6036 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in load_persid()
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 795 [data.PyExc_UnicodeDecodeError]
|