Home
last modified time | relevance | path

Searched refs:otz1 (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dtimemodule.c1565 PyObject *otz0, *otz1; in init_timezone() local
1578 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()