Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c88 #ifndef PyString_Check
89 # define PyString_Check(obj) PyUnicode_Check(obj) macro
H A Dif_python.c81 #define PyBytes_Check PyString_Check