Searched defs:Py_CHARMASK (Results 1 – 2 of 2) sorted by relevance
154 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro