Searched defs:Py_MAX (Results 1 – 5 of 5) sorted by relevance
30 #define Py_MAX(x, y) (((x) > (y)) ? (x) : (y)) macro