Searched refs:empty_string (Results 1 – 2 of 2) sorted by relevance
1981 static PyObject *empty_string; in compiler_from_import() local1983 if (!empty_string) { in compiler_from_import()1984 empty_string = PyString_FromString(""); in compiler_from_import()1985 if (!empty_string) in compiler_from_import()2026 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
2003 static PyObject *empty_string; in compiler_from_import() local2005 if (!empty_string) { in compiler_from_import()2006 empty_string = PyString_FromString(""); in compiler_from_import()2007 if (!empty_string) in compiler_from_import()2048 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()