Searched refs:otz1 (Results 1 – 1 of 1) sorted by relevance
1565 PyObject *otz0, *otz1; in init_timezone() local1578 otz1 = PyUnicode_DecodeLocale(_Py_tzname[1], "surrogateescape"); in init_timezone()1579 if (otz1 == NULL) { in init_timezone()1583 PyObject *tzname_obj = Py_BuildValue("(NN)", otz0, otz1); in init_timezone()