Kaydet (Commit) 3222da26 authored tarafından Victor Stinner's avatar Victor Stinner

Make _PyUnicode_TranslateCharmap() symbol private

unicodeobject.h exposes PyUnicode_TranslateCharmap() and PyUnicode_Translate().
üst 13f7fc57
......@@ -8683,7 +8683,7 @@ exit:
return res;
}
PyObject *
static PyObject *
_PyUnicode_TranslateCharmap(PyObject *input,
PyObject *mapping,
const char *errors)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment