Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c245 # undef PyBytes_FromStringAndSize
246 # define PyBytes_FromStringAndSize py3_PyBytes_FromStringAndSize macro
H A Dif_python.c83 #define PyBytes_FromStringAndSize PyString_FromStringAndSize macro
H A Dif_py_both.h873 ret = PyBytes_FromStringAndSize( in VimToPython()
6420 return PyBytes_FromStringAndSize( in ConvertToPyObject()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt31199 Solution: Define PyBytes_FromStringAndSize. (Ken Takata, closes #3888)