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