Home
last modified time | relevance | path

Searched refs:PyBytesObject (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h1 #define PyBytesObject PyStringObject macro
/external/python/cpython2/Objects/
Dbytearrayobject.c35 *value = Py_CHARMASK(((PyBytesObject*)arg)->ob_sval[0]); in _getbytevalue()
/external/python/cpython2/Doc/whatsnew/
D2.6.rst977 to :c:type:`PyBytesObject`. Python 2.6 uses ``#define``
978 to support using the names :c:func:`PyBytesObject`,