Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c232 # define _PyUnicode_AsString py3_PyUnicode_AsUTF8
413 static char* (*py3_PyUnicode_AsUTF8)(PyObject *unicode); variable
582 {"PyUnicode_AsUTF8", (PYTHON_PROC*)&py3_PyUnicode_AsUTF8},
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt14446 Solution: Use py3_PyUnicode_AsUTF8 instead of py3_PyUnicode_AsUTF8String.