Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python.c116 #define Py_bytes_fmt "s" macro
H A Dif_python3.c100 #define Py_bytes_fmt "y" macro
H A Dif_py_both.h2195 if (!(ret = Py_BuildValue("(" Py_bytes_fmt "O)", hi->hi_key, valObject))) in DictionaryPopItem()