Searched defs:PyInt_Check (Results 1 – 3 of 3) sorted by relevance
11 #define PyInt_Check PyLong_Check macro
52 #define PyInt_Check PyLong_Check macro
749 #define PyInt_Check(x) PyLong_Check(x) macro