mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Make _PyUnicode_TranslateCharmap() symbol private
unicodeobject.h exposes PyUnicode_TranslateCharmap() and PyUnicode_Translate().
This commit is contained in:
parent
13f7fc5771
commit
3222da26fe
1 changed files with 1 additions and 1 deletions
|
@ -8683,7 +8683,7 @@ exit:
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyObject *
|
static PyObject *
|
||||||
_PyUnicode_TranslateCharmap(PyObject *input,
|
_PyUnicode_TranslateCharmap(PyObject *input,
|
||||||
PyObject *mapping,
|
PyObject *mapping,
|
||||||
const char *errors)
|
const char *errors)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue