Home
last modified time | relevance | path

Searched refs:PyCodec_ReplaceErrors (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dcodecs.h228 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
/third_party/python/Doc/c-api/
Dcodec.rst114 .. c:function:: PyObject* PyCodec_ReplaceErrors(PyObject *exc)
/third_party/python/Python/
Dcodecs.c699 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() function
1377 return PyCodec_ReplaceErrors(exc); in replace_errors()
/third_party/python/Doc/data/
Dstable_abi.dat75 function,PyCodec_ReplaceErrors,3.2,
Drefcounts.dat330 PyCodec_ReplaceErrors:PyObject*::+1:
331 PyCodec_ReplaceErrors:PyObject*:exc:0:
/third_party/python/PC/
Dpython3dll.c153 EXPORT_FUNC(PyCodec_ReplaceErrors)
/third_party/python/Misc/
Dstable_abi.txt426 function PyCodec_ReplaceErrors