Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c246 # define PyBytes_FromStringAndSize py3_PyBytes_FromStringAndSize
421 static PyObject* (*py3_PyBytes_FromStringAndSize)(char *str, Py_ssize_t length); variable
598 {"PyBytes_FromStringAndSize", (PYTHON_PROC*)&py3_PyBytes_FromStringAndSize},