Home
last modified time | relevance | path

Searched defs:Py_CHARMASK (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/python/detail/
Dpython22_fixed.h135 #define Py_CHARMASK(c) (c) macro
137 #define Py_CHARMASK(c) ((c) & 0xff) macro
/third_party/python/Include/
Dpymacro.h25 #define Py_CHARMASK(c) ((unsigned char)((c) & 0xff)) macro