Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dcodecs.h156 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
/external/python/cpython3/Doc/c-api/
Dcodec.rst114 .. c:function:: PyObject* PyCodec_ReplaceErrors(PyObject *exc)
/external/python/cpython3/Python/
Dcodecs.c683 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() function
1355 return PyCodec_ReplaceErrors(exc); in replace_errors()
/external/python/cpython3/PC/
Dpython3dll.c160 EXPORT_FUNC(PyCodec_ReplaceErrors)
/external/python/cpython3/Doc/data/
Dstable_abi.dat85 func,PyCodec_ReplaceErrors,3.2,,
Drefcounts.dat330 PyCodec_ReplaceErrors:PyObject*::+1:
331 PyCodec_ReplaceErrors:PyObject*:exc:0:
Dpython3.13.abi91 …<elf-symbol name='PyCodec_ReplaceErrors' type='func-type' binding='global-binding' visibility='def…
24633PyCodec_ReplaceErrors' mangled-name='PyCodec_ReplaceErrors' filepath='Python/codecs.c' line='683' …
/external/python/cpython3/Misc/
Dstable_abi.toml521 [function.PyCodec_ReplaceErrors]