Home
last modified time | relevance | path

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

/third_party/python/Include/
Dbytearrayobject.h53 Py_SIZE(self) ? ((PyByteArrayObject *)(self))->ob_start : _PyByteArray_empty_string)
56 PyAPI_DATA(char) _PyByteArray_empty_string[];
/third_party/python/Tools/c-globals/
Dignored-globals.txt267 _PyByteArray_empty_string
/third_party/python/Objects/
Dbytearrayobject.c18 char _PyByteArray_empty_string[] = ""; variable