mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
_PyUnicode_TranslateCharmap(PyObject *input,
|
||||
PyObject *mapping,
|
||||
const char *errors)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue