mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
No reason to export get_decomp_record, make static
This commit is contained in:
parent
1a26920506
commit
88c97845c6
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ unicodedata_decomposition(PyObject *self, PyObject *args)
|
|||
return PyString_FromString(decomp);
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
get_decomp_record(PyObject *self, Py_UCS4 code, int *index, int *prefix, int *count)
|
||||
{
|
||||
if (code >= 0x110000) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue