Home
last modified time | relevance | path

Searched refs:py3_PyUnicode_Decode (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_python3.c293 # define PyUnicode_Decode py3_PyUnicode_Decode
390 static PyObject* (*py3_PyUnicode_Decode)(const char *u, Py_ssize_t size, variable
763 PYTHON_PROC *ucs_decode = (PYTHON_PROC *)&py3_PyUnicode_Decode; in py3_runtime_link_init()