Searched defs:PyLong_AS_LONG (Results 1 – 5 of 5) sorted by relevance
31 #define PyLong_AS_LONG(op) PyLong_AsLong(op) macro