Searched defs:emptystring (Results 1 – 4 of 4) sorted by relevance
104 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
83 var emptystring string var
154 static PyObject *emptystring = NULL; in PyCode_NewEmpty() local
686 #define emptystring (PyObject *)&_Py_SINGLETON(bytes_empty) in PyCode_NewEmpty() macro