Searched defs:PyInt_CheckExact (Results 1 – 4 of 4) sorted by relevance
170 #define PyInt_CheckExact(op) PyLong_CheckExact(op) macro