Home | History | Annotate | Download | only in Python

Lines Matching defs:str_newline

1585     static PyObject *str_newline = NULL, *str_space = NULL;
1594 if (str_newline == NULL) {
1595 str_newline = PyString_FromString("\n");
1596 if (str_newline == NULL)
1600 Py_CLEAR(str_newline);
1606 Py_CLEAR(str_newline);
1612 Py_CLEAR(str_newline);
1669 newline = str_newline;