Home
last modified time | relevance | path

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

/third_party/python/Include/
Dpyerrors.h312 PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(
/third_party/python/PC/
Dpython3dll.c723 EXPORT_FUNC(PyUnicodeTranslateError_SetReason)
/third_party/python/Doc/data/
Dstable_abi.dat696 function,PyUnicodeTranslateError_SetReason,3.2,,
/third_party/python/Misc/
Dstable_abi.toml1434 [function.PyUnicodeTranslateError_SetReason]
/third_party/python/Doc/c-api/
Dexceptions.rst769 int PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason)
/third_party/python/Objects/
Dexceptions.c2822 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason() function
Dunicodeobject.c8913 if (PyUnicodeTranslateError_SetReason(*exceptionObject, reason)) in make_translate_exception()
/third_party/python/patches/
Dcpython_mingw_v3.11.4.patch582 @@ -315,9 +315,9 @@ PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(