PyUnicodeDecodeError_GetEnd

get the value of the end attribute (the int *may not be NULL) return 0 on success, -1 on failure

  1. int PyUnicodeEncodeError_GetEnd(PyObject*, Py_ssize_t*)
  2. int PyUnicodeDecodeError_GetEnd(PyObject*, Py_ssize_t*)
    extern (C)
    int
    PyUnicodeDecodeError_GetEnd
  3. int PyUnicodeTranslateError_GetEnd(PyObject*, Py_ssize_t*)

Meta