Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_python3.c94 #ifndef PyInt_Check
95 # define PyInt_Check(obj) PyLong_Check(obj) macro
H A Dif_py_both.h172 if (PyInt_Check(obj)) in NumberToLong()
2451 if (PyInt_Check(idx)) in ListItem()
2753 if (PyInt_Check(idx)) in ListAssItem()
6316 else if (PyInt_Check(obj)) in _ConvertFromPyObject()