Searched refs:PyBytesObject (Results 1 – 3 of 3) sorted by relevance
1 #define PyBytesObject PyStringObject macro
35 *value = Py_CHARMASK(((PyBytesObject*)arg)->ob_sval[0]); in _getbytevalue()
977 to :c:type:`PyBytesObject`. Python 2.6 uses ``#define``978 to support using the names :c:func:`PyBytesObject`,