Searched refs:not_yet_string (Results 1 – 1 of 1) sorted by relevance
2389 static PyObject *not_yet_string; in file_new() local2393 if (not_yet_string == NULL) { in file_new()2394 not_yet_string = PyString_InternFromString("<uninitialized file>"); in file_new()2395 if (not_yet_string == NULL) in file_new()2403 Py_INCREF(not_yet_string); in file_new()2404 ((PyFileObject *)self)->f_name = not_yet_string; in file_new()2405 Py_INCREF(not_yet_string); in file_new()2406 ((PyFileObject *)self)->f_mode = not_yet_string; in file_new()