Searched refs:s_true (Results 1 – 2 of 2) sorted by relevance
1905 static PyObject *s_true = NULL; in _encoded_const() local1906 if (s_true == NULL) { in _encoded_const()1907 s_true = PyString_InternFromString("true"); in _encoded_const()1909 Py_INCREF(s_true); in _encoded_const()1910 return s_true; in _encoded_const()
1897 static PyObject *s_true = NULL; in _encoded_const() local1898 if (s_true == NULL) { in _encoded_const()1899 s_true = PyString_InternFromString("true"); in _encoded_const()1901 Py_INCREF(s_true); in _encoded_const()1902 return s_true; in _encoded_const()